Commit 2024-05-18 20:54 dd53bf00
View on Github →refactor(Algebra.Polynomial.RingDivision): split large file (#12958)
Currently Algebra.Polynomial.RingDivision
is a strange mix of basic results about polynomial rings and stuff about their roots. We move those to a new file Algebra.Polynomial.Roots
.