Difference between revisions of "Simple function plotter"
From JSXGraph Wiki
Jump to navigationJump to searchA WASSERMANN (talk | contribs) |
A WASSERMANN (talk | contribs) |
||
Line 43: | Line 43: | ||
// Usage of the macro | // Usage of the macro | ||
function doIt() { | function doIt() { | ||
− | eval($('input').value | + | eval($('input').value); |
} | } | ||
Revision as of 19:02, 3 December 2008
Plots a function together with its derivative.