semantic-math / math-rules

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

This rule should be supported #37

Closed aliang8 closed 7 years ago

aliang8 commented 7 years ago
export const DISTRIBUTE_NTH_ROOT = defineRuleString(
    'nthRoot(#a_0 * ...)', 'nthRoot(#a_0) * ...'
)

35

kevinbarabash commented 7 years ago

I'm reopening this b/c I'd like use to be able to implement it the way it's described above.

aliang8 commented 7 years ago

It is. I changed it in my new commits. :D

kevinbarabash commented 7 years ago

Cool... I'll have a look. We can close it after the PR lands. :)