Home / lang / log 
Log
Syntax
fValue = Log ( fNumber AS Float ) AS Float

Computes the neperian logarithm of a number.

Errors
MessageDescription
Mathematical error (#19) Number is negative or zero.

Example
PRINT Log(2.71828)

0.999999327347

Example
PRINT Log(1)

0


See also
Logarithms & Exponentials Functions