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
Not every rule has an inverse (e.g 0 / 1 or 2 - -3). So we can limit the inverses to only rules on addition and multiplication. One solution would just be to reverse the arguments (assuming that there are only two, e.g #a + 0 -> 0 + #a). Or, since we don't have too many rules right now we can hard code it. But that wouldn't be too ideal considering we would probably want to find inverse of other operations. What do you think?
The text was updated successfully, but these errors were encountered: