Extended mean value theorem: Difference between revisions

From JSXGraph Wiki
No edit summary
No edit summary
Line 24: Line 24:
};
};


console.log(quot(1.2), quot(1.0), quot(1.4));
console.log(quot(1.0), quot(1.1), quot(1.0), quot(1.4));
 
var r = board.create('glider', [
var r = board.create('glider', [
                     function() {  
                     function() {  

Revision as of 15:44, 29 January 2019

The underlying JavaScript code