Difference between revisions of "Nowhere differentiable continuous function"
From JSXGraph Wiki
Jump to navigationJump to searchA WASSERMANN (talk | contribs) |
A WASSERMANN (talk | contribs) |
||
Line 9: | Line 9: | ||
s += Math.pow(a,i)*Math.cos(Math.pow(b,i)*Math.PI*x); | s += Math.pow(a,i)*Math.cos(Math.pow(b,i)*Math.PI*x); | ||
} | } | ||
− | console.log(s, Math.pow(a,0), | + | console.log(s, Math.pow(a,0),Math.pow(b,1)*Math.PI*x); |
return s; | return s; | ||
}; | }; |