sqrt
(PHP 4, PHP 5)
sqrt — 平方根
float sqrt ( float $arg )
返回 arg 的平方根。
arg
要处理的参数
返回 arg 的平方根,负数时返回 NAN。
Example #1 sqrt() 例子
//