Difference between revisions of "Draggable exponential function"
From JSXGraph Wiki
Jump to navigationJump to searchA WASSERMANN (talk | contribs) |
A WASSERMANN (talk | contribs) |
||
Line 11: | Line 11: | ||
var txt = board.create('text', [-2, 5, function () { | var txt = board.create('text', [-2, 5, function () { | ||
return "a = " + (Math.log(p.Y() - p.X())).toFixed(2); | return "a = " + (Math.log(p.Y() - p.X())).toFixed(2); | ||
− | ]); | + | }]); |
</jsxgraph> | </jsxgraph> | ||
[[Category:Examples]] | [[Category:Examples]] | ||
[[Category:Calculus]] | [[Category:Calculus]] |