
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

