Several of the basic arithmetic operations can be described in spoken words such as:
- $x + y$ - Add $y$ to $x$
- $x - y$ - Subtract $y$ from $x$
- $x \times y$ - Multiply $x$ by $y$
- $x \div y$ - Divide $x$ by $y$
I'm wondering if there is a similar way to describe the modulo operation ($x \mod y$) in spoken words.
REMAINDER, which is an optional clause for theDIVIDEstatement. For example:DIVIDE A BY B GIVING C REMAINDER D. This seems fairly similar to some of the other comments. – kuenzign Sep 12 '23 at 18:05