Returns the common logarithm (base 10) of the specified numeric expression.
Syntax
LOG10(nExpression)
Returns
Numeric
Arguments
nExpression
Specifies the numeric expression for which LOG10( ) returns the value of x in the equation 10^x = nExpression. nExpression must be greater than 0.
Remarks
The base for the common logarithm is 10. The number of decimal places returned in the result is specified with SET DECIMALS.