The LOG10 function returns the logarithm of a number in base 10.
Syntax
LOG10(
number
)
Parameters
- number: Number whose logarithm in base 10 you want to calculate.
Returned value
The LOG10 function returns a real number.
Additional Information
Examples
In this example, the logarithm in base 10 of the number 200 is calculated, returning the value 2.301:
Category
Mathematical and trigonometric