davidedc / Algebrite

Computer Algebra System in Javascript (Typescript)
http://algebrite.org
MIT License
966 stars 59 forks source link

Error in simplify() with division and powers #108

Open thunderkid opened 4 years ago

thunderkid commented 4 years ago

I'm finding an error in simplify. The following: simplify(1 / (( y ^ 2 ) ^ ( 1 / 2 ) )) generates abs(y) whereas it should be 1/abs(y) I've checked this in the 1.3.1 version from npm, and also the online version on algebrite.org. Great library though!