Parametric curve plotter
From JSXGraph Wiki
Revision as of 20:37, 1 July 2009 by A WASSERMANN (talk | contribs) (New page: <html> <p> <textarea cols=60 rows=4 id="eingabe">function x(t) {return Math.cos(t); }; function y(t) {return Math.sin(t); };</textarea><br /> <input type="button" value="plot" onClick=...)
The JavaScript code
<source lang="xml"> <source>