Approximation of e: Difference between revisions
From JSXGraph Wiki
A WASSERMANN (talk | contribs) No edit summary |
A WASSERMANN (talk | contribs) No edit summary |
||
Line 2: | Line 2: | ||
(function(){ | (function(){ | ||
var board = JXG.JSXGraph.initBoard('box', {axis:true, boundingbox: [-10, 3, | var board = JXG.JSXGraph.initBoard('box', {axis:true, boundingbox: [-10, 3, 10, 0.5]}); | ||
var line = board.create('line', [[-10, Math.E], [100, Math.E]], {strokeColor: 'green', strokeWidth: 1}); | var line = board.create('line', [[-10, Math.E], [100, Math.E]], {strokeColor: 'green', strokeWidth: 1}); | ||
var seq = board.create('curve', [[0], [1]], {strokeColor: 'blue'}); | var seq = board.create('curve', [[0], [1]], {strokeColor: 'blue'}); |