
sqrt(3)               LPC 系統函數               sqrt(3)

名稱
     sqrt() - returns the square root of a float

語法
     float sqrt( float f );

描述
     sqrt() returns the non-negative square root of its argument,
     `f'.  The value of `f' must not be negative.

請參考
     exp(3), log(3), pow(3)

MudOS                Last change: 5 Sep 1994                    1

