fValue = Log ( fNumber AS Float ) AS Float
Computes the neperian logarithm of a number.
PRINT Log(2.71828) <hr>0.999999327347
PRINT Log(1) <hr>0