MODULO
🧮➗🔢

Example

Use the modulo operator to find remainders in integer division.

Definition

with respect to a given modulus (number theory)

  • allowing for; except for differences accounted for by

the operation that returns the remainder of a division

  • in computing, the % remainder operator