Parametric curve plotter: Difference between revisions
From JSXGraph Wiki
| 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=... | 
| (No difference) | 
Revision as of 19:37, 1 July 2009
  
  
  
  
  
   
The JavaScript code
<source lang="xml"> <source>
