np_log10
Compute the base-10 logarithm of each element in an array for data transformation or solving logarithmic equations.
Instructions
Base-10 logarithm, element-wise.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| array | Yes | The input array. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |