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,6)-27*Math.pow(x,5)+105*x*x*x*x-104*x*x*x+81*x*x-21*x+2; return y }

aX = -10; bX = 30; aY = -1e7; bY = 1e7
Dx = 5; Dy = 1e6

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