davidedc / Algebrite

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

Fix bug in printlatex involving exponents #169

Open ksthicke opened 1 year ago

ksthicke commented 1 year ago

Fixes #143

ksthicke commented 1 year ago

Now it also fixes the Latex output for things like (2^2)^2. i.e., it outputs {2^2}^2, instead of 2^2^2.