davidedc / Algebrite

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

`quote(0*x)` gives `Stop: stack underflow` #142

Open davidedc opened 3 years ago

davidedc commented 3 years ago

funny that.

Note that print(quote(0*x)) is fine.

Found this while commenting on https://github.com/davidedc/Algebrite/issues/141