bcmul

bcmul -- Multiply two arbitrary precision number.

Description

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

Multiply the left operand by the right operand and returns the result. The optional scale sets the number of digits after the decimal place in the result.

See also bcdiv() .