Extended mean value theorem: Difference between revisions

From JSXGraph Wiki
No edit summary
No edit summary
Line 16: Line 16:
line = board.create('line', [p[0], p[3]], {strokeColor:'#ff0000', dash:1});
line = board.create('line', [p[0], p[3]], {strokeColor:'#ff0000', dash:1});


var df = return JXG.Math.Numerics.D(fg[0]);
var df = JXG.Math.Numerics.D(fg[0]);
var dg = return JXG.Math.Numerics.D(fg[1]);
var dg = JXG.Math.Numerics.D(fg[1]);


/*
/*

Revision as of 15:08, 29 January 2019

The underlying JavaScript code