Commit 2020-07-16 19:13 33d45bf0
View on Github →chore(data/polynomial): break up behemoth file (#3407)
Polynomial refactor
The goal is to split data/polynomial.lean
into several self-contained files in the same place. For the time being, the new place for all these files is data/polynomial/
.
Future PRs may simplify proofs, remove duplicate lemmas, and move files out of the data
directory.