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*x*x*x - 57*x*x + 73*x - 78; return y }

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