Slider and function plot: Difference between revisions

From JSXGraph Wiki
No edit summary
No edit summary
Line 7: Line 7:
var f = b.create('functiongraph',[function(x){
var f = b.create('functiongraph',[function(x){
             return a.Value()*x*x + b.Value()*x + c.Value();
             return a.Value()*x*x + b.Value()*x + c.Value();
         });
         }]);


</jsxgraph>
</jsxgraph>

Revision as of 09:17, 12 January 2015