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