gmp_div_r Remainder of the division of numbers &reftitle.description; resourcegmp_div_r resourcen resourced introundGMP_ROUND_ZERO Calculates remainder of the integer division of n by d. The remainder has the sign of the n argument, if not zero. &reftitle.parameters; n The number being divided. &gmp.parameter; d The number that n is being divided by. &gmp.parameter; round See the gmp_div_q function for description of the round argument. &reftitle.returnvalues; The remainder, as a GMP number. &reftitle.examples; <function>gmp_div_r</function> example ]]> &example.outputs; &reftitle.seealso; gmp_div_q gmp_div_qr