Module docstring
{"# Degree of univariate polynomials
Main definitions
Polynomial.degree: the degree of a polynomial, where0has degree⊥Polynomial.natDegree: the degree of a polynomial, where0has degree0Polynomial.leadingCoeff: the leading coefficient of a polynomialPolynomial.Monic: a polynomial is monic if its leading coefficient is 0Polynomial.nextCoeff: the next coefficient after the leading coefficient
Main results
Polynomial.degree_eq_natDegree: the degree and natDegree coincide for nonzero polynomials "}