Skip to content
Snippets Groups Projects
Verified Commit d747b53a authored by Sébastien Villemot's avatar Sébastien Villemot
Browse files

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)
parent 50275f35
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment