Log10

value = Log10 ( Number )

Computes the decimal logarithm of a number. Log10(x) = Log(x) / Log(10).

Example :

PRINT Log10(10)
=> 1


Referenced by :