Simple function plotter: Difference between revisions
From JSXGraph Wiki
A WASSERMANN (talk | contribs) No edit summary  | 
				A WASSERMANN (talk | contribs) No edit summary  | 
				||
| 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 17:02, 3 December 2008
Plots a function together with its derivative.