johnRedden / OpenGraph

Open Source Graphing Calculator Web App
http://www.opengraphingcalculator.com/
MIT License
20 stars 4 forks source link

Calculus on a LIne (or other conics) #67

Closed johnRedden closed 9 years ago

johnRedden commented 9 years ago

Calculus on a line crashes the app in some instances. Because, I am trying to grab the Latex from the entry and render it as a userFunction. Need to fix so that a crash does not occur.

johnRedden commented 9 years ago

Calculus is more robust... I am using the latex to asciimath function... if you change let me know.

johnRedden commented 9 years ago

Calculus only on curves generated by userFunction.

johnRedden commented 9 years ago

Horizonal lines should be jsxGraph curves... merge with other issue. Calculus still occurring on a vertical line. Still need to stop this.

johnRedden commented 9 years ago

I think calculus is fairly robust now... I caught the horizontal and vertical lines. This could most definitely be streamlined but done for now.