semantic-math / math-rules

Manipulate math-ast ASTs based on algebraic rules
MIT License
4 stars 1 forks source link

`CANCEL_EXPONENT` should only match when it can be simplified. #45

Closed aliang8 closed 7 years ago

aliang8 commented 7 years ago

ex. CANCEL_EXPONENT should not match nthRoot(x^1,2)

kevinbarabash commented 7 years ago

This was completed as part of the https://github.com/semantic-math/math-rules/pull/49.