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