Log
Last updated
Was this helpful?
Last updated
Was this helpful?
Returns the logarithm of a givennumber
, using base e
or a specified base number.
Returns Invalid expression
if one of the parameter values is not a valid number.
number
numeric
a numeric value.
base
numeric
a numeric value.
Log(5)
1.6094
Log(25, 5)
2
Log(5, 25)
0.5