NextGen Knowledge Center

LOG10 Function

Use:Calculates the base 10 logarithm of a number.
Syntax:
{LOG10 (<<value>>)}
Arguments:

<<value>>
    Value to be log10 of.
Returns:Returns the base 10 logarithm of a value.
Example:
{Log10(100)}
Result: 2