Skip to content

Arithmetic base default

Arithmetic base will perform inversions on basic arithmetic operations.

Mutation table

Original Mutated
+ -
- +
* /
/ *
% *

Examples

a := 1 + 2
a := 1 - 2