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
@blegat and @shashi FWIW I tried out the newly released MultivariatePolynomials = "0.4.4" with the the latest DynamicPolynomials and my version of the bug is now fixed.
I had to pin `MultivariatePolynomials = "0.4.4"`` manually though. You might want to consider releesing a new version of this repo which lowerbounds that (and @shashi maybe consider a SymbolicUtils which lowerbounds a new DynamicPolynomials).
It would be nice if DP automatically promoted coefficients to big nums when they are too big to fit in Int.
See
is wrong, but
(x+y)^50
is correct.from JuliaSymbolics/Symbolics.jl#538
The text was updated successfully, but these errors were encountered: