bcsqrt

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

説明

string bcsqrt(string operand, int scale);

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

参照:bcpow