|
gmp_div_rRemainder of the division of numbers Description
resource gmp_div_r
( resource
$n
, resource $d
[, int $round = GMP_ROUND_ZERO
] )
Calculates remainder of the integer division of
Parameters
Return ValuesThe remainder, as a GMP number. Examples
Example #1 gmp_div_r example
<?php The above example will output: 5 See Also
|