Commit 2025-04-23 03:41 5e32622d
View on Github →refactor(Algebra/Polynomial/Roots): nthRoots as a Finset (#23293)
If nthRoots n a
is defined as the roots of (X : R[X]) ^ n - C a
as a multiset then surely nthRootsFinset n a
should be the roots of (X : R[X]) ^ n - C a
as a Finset?