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
The roots function does work for the numerator, but the code path calls the multroot function (for aniticipated multiplicities) and this causes the failure. I have to see if I can add some check here.
jverzani
added a commit
to jverzani/Polynomials.jl
that referenced
this issue
Mar 16, 2025
The following code fails:
In the if case (
if true
), I get the error:and in the else case (
if false
):I can imagine that it fails due to numerical errors, but the error messages look kinda weird if this is the case.
The text was updated successfully, but these errors were encountered: