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