bcsqrt

(PHP 3, PHP 4 >= 4.0.0)

bcsqrt -- 任意精度数値の平方根を得ます

説明

string bcsqrt (string operand, int [scale])

operand の平方根を返します。 オプションの scale パラメータは、結果における 小数点以下の桁数を指定するために使用します。

bcpow()も参照下さい。