fValue = Log10 ( fNumber AS Float ) AS Float
Computes the decimal logarithm of fNnumber.
Log10(x) = Log(x) / Log(10)
PRINT Log10(10), Log10(1000), Log10(1000000) <hr>1 3 6