
log(3)                LPC Library Functions                log(3)

NNAAMMEE
       log() - returns the natural logarithm of a float

SSYYNNOOPPSSIISS
       float log( float f );

DDEESSCCRRIIPPTTIIOONN
       Returns  the  natural logarithm of its argument, `f'.  `f'
       must be positive.

SSEEEE AALLSSOO
       exp(3), pow(3), sqrt(3)

MudOS                       5 Sep 1994                          1

