Quotient and remainder
<text size="0.8em">Working with polynomials? See quotient_and_remainder (Polynomials) </text>
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.
