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.

Examples

PRINT Log(2.71828)
<hr>0.999999327347

PRINT Log(1)
<hr>0

See also

Logarithms & Exponentials Functions