|
gmp_div_rRemainder of the division of numbers Description
GMP gmp_div_r(GMPintstring
$num1 , GMPintstring $num2 , int $rounding_mode = 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
The above example will output: 5 See Also
|