Remainder Working with polynomials? See remainder (Polynomials) Computes the remainder of the division of two integers. Syntax remainder(Integer, Integer) Description remainder(Integer, Integer) Given two integers and , the operation divided by , with : ; has a quotient and a remainder . This function returns . Related functions Quotient, Quotient and remainder Table of Contents Syntax Description Related functions