Nowhere differentiable continuous function: Difference between revisions

From JSXGraph Wiki
No edit summary
No edit summary
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(Math.pow(a,0),Math.pow(b,0),*Math.PI*x));
console.log(Math.pow(a,0),Math.pow(b,0),Math.PI*x);
             return s;
             return s;
         };
         };

Revision as of 17:08, 19 September 2011