Back to Core Functions
log
Natural logarithm
Syntax
Y = log(X)
Description
Computes the natural logarithm (base e) of each element.
Parameters
| Name | Description |
|---|---|
| X | Input values > 0 (scalar or NDArray) |
Returns
Natural log values