G.f. method
Returns the natural logarithm of its argument.
log x => y
<real>.
<float>.
common-extensions
transcendentals
Returns the natural logarithm of x to the base e. If x <= 0 <= 1, an error is signalled. The floating point precision of the result is given by the precision of x. The result is a single-float if x is an integer.
See also exp, page 175, and logn, page 176.