This function returns the base 10 logarithm of the given number.


Syntax
 log10(number) #Output: Number
Examples
Parser expressionDescription
log10(10)

This example returns:

1.0

log10(1)

This example returns:

0.0

log10(1000)

This example returns:

3.0

Additional information

Parameters used in this function

ParameterInput (data type)Description
number

NUMBER

Any given positive number or numeric field code. .
Output

This function returns a NUMBER


Use cases and examples