Difference between revisions of "Rational functions"

From JSXGraph Wiki
Jump to navigationJump to search
Line 70: Line 70:
  
 
         function addPoint2() {
 
         function addPoint2() {
           p.push(board2.createElement('point',[(Math.random()-0.5)*10,(Math.random()-0.5)*3],{style:6}));
+
           q.push(board2.createElement('point',[(Math.random()-0.5)*10,(Math.random()-0.5)*3],{style:6}));
 
           board2.update();
 
           board2.update();
 
         }
 
         }

Revision as of 15:19, 15 December 2008