Add right and left versions to plus() and minus()
Compare changes
Files
2+ 11
− 4
@@ -469,8 +469,11 @@ TEST(Plus, Random)
@@ -496,12 +499,16 @@ TEST(Minus_and_diff, Random)
We keep plus()
= plus_right()
and minus()
= minus_right()
for backwards compatibility, and because the right versions are the most widely used.