Calc Board Help
Cover Image

Modulo

Syntax: mod(a; b)

Example Syntax Output
42%5 mod(42; 5)
modulo(42; 5)
2

Returns the remainder to the next integer when dividing a/b.