sam-lb / complexmos

WebGL-based Desmos-style graphing calculator with complex number support
http://complexmos.sambrunacini.com/app/
MIT License
3 stars 0 forks source link

Errors should only affect the expression they occur on and any expressions that depend on them #20

Open sam-lb opened 1 month ago

sam-lb commented 1 month ago

As of right now, the whole display is cleared if there is an error on any line. The display should only clear if the expression with an error affects the displayed expression.