Back to Numerical Arrays (NumPy)
np.log
Natural logarithm, element-wise.
Syntax
np.log(x)
Description
Natural logarithm, element-wise.
Parameters
| Name | Description |
|---|---|
| x | NDArray |
Returns
NDArray
Natural logarithm, element-wise.
np.log(x)
Natural logarithm, element-wise.
| Name | Description |
|---|---|
| x | NDArray |
NDArray