
log(3)                LPC 系统函数                log(3)

名称
     log() - returns the natural logarithm of a float

语法
     float log( float f );

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

请参考
     exp(3), pow(3), sqrt(3)

MudOS                Last change: 5 Sep 1994                    1

