Log10
Last updated
Was this helpful?
Last updated
Was this helpful?
Returns the base-10 logarithm of number
.
Returns Invalid expression
if the parameter value 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.
Log10(0)
(no value)
Log10(100000)
5
Log10(0.00005)
-4.3010299957
Log10(-20)
(no value)