Skip to main content

log

Discworld driver help

log

Name

log() - returns the natural logarithm of a float

Synopsis

float log( float f );

Description

Returns the natural logarithm of its argument, `f'. `f' must be positive.

See also

log10(), log2(), exp(), pow(), sqrt()