semantic-math / math-rules

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

Provide a way to apply a rule from within a pattern #39

Open kevinbarabash opened 7 years ago

kevinbarabash commented 7 years ago

This is so that NTH_ROOT_VALUE and CANCEL_EXPONENT and be used by EVALUATE_DISTRIBUTED_NTH_ROOT without having to resort to applying these rules manually from a rewrite function.