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

function f(x) { y = Math.sqrt(x+1); return y }
function g(x) { y = Math.sqrt(2*x); return y }
function h(x) { y =  x*x + 1; return y }

aX = -1.5; bX = 2.5; aY = 0; bY = 3
Dx = 1/2; Dy = 1/2

xx=[-1,1,2]; yy=[1,2,3]
AX = ""; BX = ""; AY = ""; BY = ""
AAX=-1.5; BBX=2.5; AAY=0; BBY=3