Log

value = Log ( Number )

Computes the neperian logarithm of a number.

Example :

PRINT Log(2.71828)
=> 0.999999327347

PRINT Log(1)
=> 0


Referenced by :