Specifications

Commands - 69
LOG
Numeric Function
SYNTAX: n = LOG(m)
PURPOSE: To return the natural logarithm of m.
REMARKS: The natural logarithm is the logarithm to the base e (2.718282).
EXAMPLE: PRINT LOG(45/7)
1.86075
ERROR: <Illegal argument>– if m is zero or negative.