log


       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)