bcdivDivide two arbitrary precision numbers Description
string bcdiv
( string
$left_operand
, string $right_operand
[, int $scale
] )
Divides the Parameters
Return Values
Returns the result of the division as a string, or ExamplesExample #1 bcdiv example
<?php See Also
|