What is the process of finding the remainder in division called?
Is there any one word for the process of calculating the remainder (division)?
Solution 1:
In modular arithmetic (and in computer science – see the Wikipedia article) it's called the Modulo operation and is abbreviated mod, placed as normal between the elements of the binary operation e.g.
5 mod 2 = 1.