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.pow(x,4)+2*Math.pow(x,3)-6*x-4; return y }

aX = -50; bX = 50; aY = -50; bY = 50
Dx = 10; Dy = 10

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