gmp_div_r
gmp_div_r
(PHP 4 >= 4.0.4, PHP 5, PHP 7)
gmp_div_r — Remainder of the division of numbers
Description
GMP gmp_div_r ( GMP $n , GMP $d [, int $round = GMP_ROUND_ZERO ] )
Calculates remainder of the integer division of n
by d
. The remainder has the sign of the n
argument, if not zero.
Parameters
-
n
-
The number being divided.
Either a G