Difference between revisions of "Approximation of e"

From JSXGraph Wiki
Jump to navigationJump to search
Line 2: Line 2:
 
(function(){
 
(function(){
  
  var board = JXG.JSXGraph.initBoard('box', {axis:true, boundingbox: [-0.5, 3, 20, 0.5]});
+
  var board = JXG.JSXGraph.initBoard('box', {axis:true, boundingbox: [-0.5, 3, 50, 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'});

Revision as of 00:00, 7 January 2019