Rational functions: Difference between revisions

From JSXGraph Wiki
No edit summary
No edit summary
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 13:19, 15 December 2008