Home / lang / log10 
Log10
Syntax
fValue = Log10 ( fNumber AS Float ) AS Float

Computes the decimal logarithm of fNnumber.

Log10(x) = Log(x) / Log(10)

Examples

PRINT Log10(10), Log10(1000), Log10(1000000)
<hr>1        3        6

See also

Logarithms & Exponentials Functions