|
PHP5中文手册
bcsqrt(PHP 4, PHP 5) bcsqrt — Get the square root of an arbitrary precision number 说明
string bcsqrt
( string $operand
[, int $scale
] )
Return the square root of the operand . 参数
返回值Returns the square root as a string, or NULL if operand is negative. 范例Example#1 bcsqrt() example
<?php |