mod

x % y

x mod y

mod(x, y)

Calculates the modulus, the remainder of an integer division.

Try it yourself:

See also:
All functions