Back to Numerical Arrays (NumPy)
np.log1p
Return the natural logarithm of one plus the input array, element-wise.
Syntax
np.log1p(x)
Description
Return the natural logarithm of one plus the input array, element-wise.
Parameters
| Name | Description |
|---|---|
| x | NDArray |
Returns
NDArray