Inverse Composition Rules: Difference between revisions

From JSXGraph Wiki
No edit summary
No edit summary
Line 45: Line 45:
var f, g;
var f, g;


var change() = function() {
var change = function() {
  var t = $('f').value;  
  var t = $('f').value;  
  alert(t);
  alert(t);

Revision as of 13:17, 19 June 2009

f(x) sin(x) cos(x) tan(x) x2 sinh(x) exp(x)
 
g(x) arcsin(x) arccos(x) arctan(x) √(x) arcsinh(x) log(x)
 

The underlying JavaScript code