Forum und email

bcdiv

(PHP 4, PHP 5)

bcdiv — 두개의 임의 정확도 수를 나눈다

설명

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

left_operandright_operand 로 나누고 결과값을 반환한다. 선택적인 scale 매개변수는 결과값의 소수점 이하 자릿수를 결정하는데 사용된다.

bcmul() 참고.