LOG
Description
Returns the logarithm of the number to the specified base.
Syntax
LOG(
number
, [
base
])
- number: The number to calculate the logarithm for.
- base: The base for the result. The default is 10 (base 10).
Related Functions
E
LOG1P