Puoi aprire il codice e modificare la funzione: vedi l'Help
You can open the Code and modify the function: see the Help
HELP

// ---- f blue, g green ----
function f(x) { y =  x*x; return y }
function g(x) { y = 1/Math.sqrt(x); return y }
...
aX = -1.5; bX = 1.5; aY = 0; bY = 3
Dx = 1/2; Dy = 1/2
...
xx = [-1,1]; yy = [1,2,3]
...
AX=BX=AY=BY=""
...
AAX=aX; BBX=bX; AAY=aY; BBY=bY
...