Hyperbola III: Difference between revisions

From JSXGraph Wiki
No edit summary
No edit summary
Line 18: Line 18:


var hyp = board.create('hyperbola', [f1, f2, p]);
var hyp = board.create('hyperbola', [f1, f2, p]);
var ax_z1 = board.create('axis', [[2, -1], [3, 0]]);
board.update();
board.update();



Revision as of 07:37, 6 July 2021

The underlying JavaScript code