Quotient and remainder
<text size="0.8em">Working with integers? See quotient_and_remainder (Integers) </text>
Computes the quotient and remainder of the division of two polynomials.
Syntax
quotient_and_remainder(Polynomial, Polynomial)
Description
Given two polynomials and , returns a list with two elements: the quotient and remainder of the division .
