
The log10 function computes the common base 10 logarithm of a numeric value.
The numeric value in a Scientific function can be a constant value (as shown below), a variable, a field value, or an expression.
NUMERICAL VALUE
The number for which you want to compute the common base 10 logarithm for.
Examples
log10( 3)
Returns: 0.477121
log10( 0.5)
Returns: -0.301031
The log10 function computes the common base 10 logarithm of a numeric value.
Syntax
Returns
A numeric value.
Usage
The numeric value in a Scientific function can be a constant value (as shown below), a variable, a field value, or an expression.
Examples
Returns: 0.477121
Returns: -0.301031