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

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