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