You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Removing pointless operations in polysolve and Solve_Polynomial.
visible_roots() passed a couple integer pointers which it set prior to
return but the values were never used in polysolve itself.
When fourth order equations seen a test call to difficult_coeffs() was made
which if true would set sturm true - even when sturm was already true.
0 commit comments