Mod

mod [<number>] [<modulus>]

Returns the remainder of a division between 2 numbers.

Parameters:

  1. The number to perform the modulo operation on.
  2. The modulus number to perform the modulo operation with on the first number.

Returns: The remainder of a division between 2 numbers.