log10

Description

Returns the logarithm (base 10) of a number.

Syntax

log10( number )

Examples
 log10(28) // returns 1.447