[net.math] What is the definition of integer division?

rhm (09/17/82)

The aark definition of integer division is incorrect.
The rule to remember is that the remainder has the same sign as the
dividend.  In aark' terminology, "n" and "r" have the same sign.
This is certainly not a C compiler definition, though there are places
where the compiler must know about it.