Difference between revisions of "Nowhere differentiable continuous function"
From JSXGraph Wiki
Jump to navigationJump to searchA WASSERMANN (talk | contribs) |
A WASSERMANN (talk | contribs) |
||
Line 11: | Line 11: | ||
return s; | return s; | ||
}; | }; | ||
− | var c = bd.create('functiongraph', [f], {doAdvancedPlot:false}); | + | var c = bd.create('functiongraph', [f], {doAdvancedPlot:false, numberPointsHigh:20000, numberPointsLow:5000}); |
</jsxgraph> | </jsxgraph> |