log10() function

Returns the value of the base 10 logarithm of the passed expression.
This function takes one argument.

Syntax

log10(value)

Arguments

value - any positive number.

Example

log10(1) → 0
log10(100) → 2