Forum und email

bcmul

(PHP 4, PHP 5)

bcmul — 두개의 임의 정확도 수를 곱한다

설명

string bcmul ( string $left_operand , string $right_operand [, int $scale ] )

left_operandright_operand 와 곱하고 결과값을 반환한다. 선택적인 scale 매개변수는 결과값의 소수점이하 자릿수를 결정한다.

bcdiv() 참고.


08, Erik Sefkow