
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

