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
I think it'd be fine to have Sub(a, b, c, d) compile to a - b - c - d and leave it to documentation to explain how it's different from Sub(a, Sub(b, Sub(c, d))). (Same with division.) Would you see any issues with this?
Expectations might be a problem, rather not have it for non-commutative operations than have a behaviour that's not immediately obvious - as it is for commutative
eg:
The text was updated successfully, but these errors were encountered: