LOG
Logarithm function
LOG(number
, base
)
Returns the logarithm of a number
for a specified base
Arguments
Argument | Description |
| Number to calculate logarithm of |
| Base value for logarithm calculation |
Output
The logarithm of a number
Example
Last updated