mgreminger / EngineeringPaper.xyz

EngineeringPaper.xyz is a web app that makes it easy to create, save, and share engineering calculations.
https://EngineeringPaper.xyz
MIT License
119 stars 8 forks source link

WIP: Make expression simplification optional #219

Closed mgreminger closed 7 months ago

mgreminger commented 9 months ago

In certain situations, simplification is taking a significant amount of time for symbolic expressions. This commit removes simplification as a temporary work around. In the long term, need to add this as a toggle option in sheet settings.

mgreminger commented 7 months ago

closing since this capability is implemented by #233