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