In the C99 spec it says of remquo:
The remquo functions are intended for implementing argument reductions which can exploit a few low-order bits of the quotient. Note that x may be so large in magnitude relative to y that an exact representation of the quotient is not practical.
What is an "argument reduction" in this context, and what is an example of one that can exploit a few low-order bits of the quotient?