Rational functions: Difference between revisions

From JSXGraph Wiki
No edit summary
No edit summary
Line 67: Line 67:
                 return y;
                 return y;
             };
             };
         graph = board2.createElement('curve', ['x', polynomial, 'x', -10, 10], {curveType:'graph'});
         graph = board2.createElement('curve', ['x', polynomial2, 'x', -10, 10], {curveType:'graph'});


         function addPoint2() {
         function addPoint2() {

Revision as of 13:19, 15 December 2008