log(3) LPC Library Functions log(3)
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
exp(3), pow(3), sqrt(3)
MudOS Last change: 5 Sep 1994 1