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.
This function uses 32-bit Integers, therefore the range of valid parameters is
-2147483648 and +2147483648
number
numeric
a numeric value.
base
numeric
a numeric value.
Log(5)
1.6094
Log(25, 5)
2
Log(5, 25)
0.5