Modulo
The modulo or modulus operation finds the remainder after division of one number by another.
Syntax
Integer mod Integer
Fraction mod Integer
Description
Given two integers and , returns the remainder of the division
Given a fraction and an integer , returns , as long as is invertible modulo .