RETURNS THE NATURAL LOGARITHM OF V
ACTION
The function LOG(V) returns the natural logarithm of V.
V can be a real or integer number and must be strictly positive.
SYNTAX:
Result=LOG(V)
USE ERROR EXAMPLE
print log(3)
print "Result = 1.09861228866811"
LOG()
LOG(V)
SEE ALSO
EXP()
LOG10()
LOG2()