Calculates the natural logarithm.
LogE(x)
(f) x floating point number.
(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.
a = Loge(123.45) Message("Natural log of 123.45 is", a)