Returns the logarithm of the specified number to the specified base.
Syntax
![]() |
---|
LOG( Number n, [Number base = 10] ) → Number |
Returns the logarithm of n in the specified base. If either n or base is negative or zero, the function returns the #NUM! error value.
Formula
![]() |
---|
=LOG(100) |
Function Reference
LOG10 Function
LN Function
POWER Function
EXP Function