mud/lib/doc/efun/floats/log
2020-09-06 05:43:07 -07:00

13 lines
236 B
Plaintext

log - returns the natural logarithm of a float
float log( float f );
This efun is only available if PACKAGE_MATH is compiled in.
Returns the natural logarithm of its argument, `f'. `f' must be positive.
See also:
exp,
pow,
sqrt