LOG10 function

Synopsis
This function returns the base-10 logarithm of a number.
Variations
LOG10(Number)
Returns the base-10 logarithm of a number.
Parameters
Number

Specifies the number for which to calculate the logarithm.

Supported types: Numeric.
Returns
Returned types: Numeric.
Examples
1.

The following example returns 0.

LOG10(1)
2.

The following example returns 2.

LOG10(100)