Nowhere differentiable continuous function: Difference between revisions
From JSXGraph Wiki
A WASSERMANN (talk | contribs) No edit summary  | 
				A WASSERMANN (talk | contribs) No edit summary  | 
				||
| Line 11: | Line 11: | ||
             return s;  |              return s;  | ||
          };  |           };  | ||
  var c = bd.create('functiongraph', [f], {doAdvancedPlot:false, numberPointsHigh:  |   var c = bd.create('functiongraph', [f], {doAdvancedPlot:false, numberPointsHigh:15000, numberPointsLow:1000, strokeWidth:1});  | ||
</jsxgraph>  | </jsxgraph>  | ||