Difference between revisions of "Rational functions"

From JSXGraph Wiki
Jump to navigationJump to search
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 15:19, 15 December 2008