LPC Library Functions: 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.

Note that this efun is only available if the driver flag PACKAGE_MATH is defined.

SEE ALSO

exp(), pow(), sqrt()

Page design by Frank Jacquette & Tim Hollebeek
Copyright (C) 1998 Tim Hollebeek & Frank Jacquette
Back to MudOS