LogE

Calculates the natural logarithm.

Syntax:

LogE(x)

Parameters:

(f) x  floating point number.

Returns:

(f)  the logarithm of the argument x.

 

The LogE function calculates the natural logarithm of the argument. If the argument is negative or zero, an error will occur.

Example:


a = Loge(123.45)
Message("Natural log of 123.45 is", a)
See Also:

Log10, Exp, Operators **