specifies the names of the HTML elementId's to look for in the HTML document; these elements are where the user interface of the simulation is created.
Private xThe expression evaluating process uses Terminal.expand() to access the 'x' variable which is a property of GraphCalcApp.
Generated using TypeDoc
GraphCalcApp is a simple graphing calculator demonstration using myphysicslab.
Recipe for Graphing
x.x=0to10, by increment of 0.05: putxintovars[0]; evaluate the expression to gety, put it intovars[1]; callgraph.memorize()canvas.paint()TO DO add AutoScale, so that full range is shown
TO DO add pan-zoom controls