Intersection of functiongraphs: Difference between revisions

From JSXGraph Wiki
No edit summary
No edit summary
Line 2: Line 2:
var board = JXG.JSXGraph.initBoard('jxgbox', {
var board = JXG.JSXGraph.initBoard('jxgbox', {
     axis:true,
     axis:true,
     boundingbox:[-5, 10, 15, -5]
     boundingbox:[-5, 10, 10, -5]
});
});



Revision as of 09:31, 28 March 2020

The underlying JavaScript code