Antiderivative

From JSXGraph Wiki
Revision as of 11:04, 14 May 2010 by A WASSERMANN (talk | contribs) (New page: <jsxgraph width="800" height="400" box="box"> var brd = JXG.JSXGraph.initBoard('box', {boundingbox:[-3,5,3,-3],axis:true}); var p = []; p.push(brd.create('point',[-2,(Math.random()-0.2)*5]...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

The underlying JavaScript code