semantic-math / math-rules

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

COLLECT_LIKE_TERMS should collect terms with factors in different orders #21

Closed kevinbarabash closed 7 years ago

kevinbarabash commented 7 years ago
xy + 1 + 3yx --> (xy + 3xy) + 1

should pass but doesn't