Difference between revisions of "Draggable exponential function"

From JSXGraph Wiki
Jump to navigationJump to search
Line 9: Line 9:
 
         }]);
 
         }]);
 
            
 
            
var txt = board.create('text', [-2, 5, function () {
+
var txt = board.create('text', [-3, 10, function () {
 
           return "a = " + (Math.log(p.Y()) / p.X()).toFixed(2);
 
           return "a = " + (Math.log(p.Y()) / p.X()).toFixed(2);
 
           }], {fontSize: 16});
 
           }], {fontSize: 16});

Revision as of 11:30, 16 February 2016