Difference between revisions of "Slider and function plot"
From JSXGraph Wiki
Jump to navigationJump to searchA WASSERMANN (talk | contribs) |
A WASSERMANN (talk | contribs) |
||
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> |