Difference between revisions of "Extended mean value theorem"

From JSXGraph Wiki
Jump to navigationJump to search
Line 24: Line 24:
 
};
 
};
  
console.log(quot(1.2));
+
console.log(quot(1.2), quot(1.0), quot(1.4));
 
var r = board.create('glider', [
 
var r = board.create('glider', [
 
                     function() {  
 
                     function() {  

Revision as of 16:43, 29 January 2019

The underlying JavaScript code