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
Thanks for pointing this out. I have to think how best to address it. The issue that errors is the expression when lambdified includes an x^(0.6) which for a negative, real x will error. You can avoid that with x=-1.0 + 0im.
But that is unsatisfying. It seems SymPy shouldn't simplify this the way it does.
simplify()
moves exponentiation into the modulo operation,but that apparently changes semantics as per externally-observable side-effects:
This is Julia Version 1.9.1, SymPy v1.1.9, on debian amd64 sid.
The text was updated successfully, but these errors were encountered: