-
- Downloads
Simplify x*y/y in x
Note that this actually corresponds to 4 different abstract syntax trees: — (x*y)/y — (y*x)/y — (x/y)*y — y*(x/y)
Loading
Please register or sign in to comment
Note that this actually corresponds to 4 different abstract syntax trees: — (x*y)/y — (y*x)/y — (x/y)*y — y*(x/y)