LOG
The LOG function returns the log of e to a number. e is a constant that
has the value of 2.718281828. This function returns a REAL number.
Syntax
LOG(n)
Parameters
n The number that log e is evaluated to. This argument is
a REAL number.
Examples
10 A = LOG(1) !A = 0
20 B = LOG(2.718281828) !B = 1