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 =  x+x*x*x-1; return y }
function g(x) { y = Math.tan(x); return y }
function h(x) { y = x*Math.abs(x); return y }

aX = -2; bX = 2; aY = -5; bY = 5
Dx = 1/2; Dy = 1

yy=[1]