Last updated 1 year ago
Was this helpful?
The Log10() function calculates the base-10 logarithm of a given number.
Log10()
This function is NOT SQL compatible. For more information about SQL compatibility, see our .
Returns the base-10 logarithm of number. Returns Invalid expression if the parameter value is not a valid number.
number
Invalid expression
Log10(
)
Log10(100000) => 5
Log10(100000)
Log10() => Invalid expression
numeric
a numeric value.
Log10(0)
(no value)
5
Log10(0.00005)
-4.3010299957
Log10(-20)