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 = 12*x*x*x + 4*x*x - 4*x - 2; return y }

aX=0.6; bX=0.7; aY=-1; bY=1
Dx=0.01; Dy=0.1

aX = -10; bX = 10; aY = -1000; bY = 1000
Dx = 5; Dy = 1000

aX=-1; bX=1; aY=-10; bY=10
Dx = 0.1; Dy = 1