Quotient and remainder
Nota
Working with polynomials? See Remainder (Polynomials).
Computes the quotient and remainder of the division of two integers.
Syntax
quotient_and_remainder(Integer, Integer)
Description
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.