Equation icon indicating copy to clipboard operation
Equation copied to clipboard

Simplify Equations

Open mdibaiee opened this issue 10 years ago • 0 comments

It would be nice if we could simplify equations.

Example: 2 * x^2 + 5*x - 3*x - x^2 Becomes x ^ 2 + 2 * x

We might need to rewrite the AST as it doesn't provide any useful information in this case.

mdibaiee avatar Apr 21 '15 09:04 mdibaiee