bcmul

(PHP 3, PHP 4 )

bcmul -- 2つの任意精度数値による乗算

説明

string bcmul ( string left operand, string right operand, int [scale] )

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

bcdiv() も参照下さい。