Commit 2025-04-02 17:23 80f036f5
View on Github →feat: Polynomial.coeffList
(#9085)
Polynomial.coeffList
is the list of coefficients, in descending order from leading term to constant term. (The zero polynomial has coeffList of []
). The PR defines coeffList and proves some basic facts, notably relating P.coeffList
to P.eraseLead.coeffList
.