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; | ||
}; | }; | ||
+ | f = function(x){ return x*x; }; | ||
var c = bd.create('functiongraph', [f], {}); | var c = bd.create('functiongraph', [f], {}); | ||