google / mathsteps

Step by step math solutions for everyone
https://socratic.org
Apache License 2.0
2.12k stars 275 forks source link

distribute exponent over div #204

Closed ldworkin closed 7 years ago

ldworkin commented 7 years ago

I'm making this a PR into @aliang8's existing PR for distributing exponents over multiplication. This simply extends it to do the same for division. I realized we don't currently handle simple cases like (1/2)^2, but this should fix that!

ldworkin commented 7 years ago

Gonna merge this in to Anthony's original PR now, so that way @evykassirer only has to review that one for both of us :)