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.sin(x); return y }
function g(x) { y = x*x - x + 1/2; return y }

aX = -4; bX = 4; aY = -2; bY = 2
Dx = 1; Dy = 1