semantic-math / math-rules

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

Factoring Trinomials and Difference of Squares #41

Open aliang8 opened 7 years ago

aliang8 commented 7 years ago

PERFECT_SQUARE_TRINOMIAL and FACTOR_TRINOMIAL logic is somewhat redundant, not sure if we should remove it and just have one rule. Code should be refactored if possible.