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

aX = -10; bX = 10; aY = -10; bY = 10
Dx = 5; Dy = 5
aX = -3; bX = 3; aY = -1; bY = 3
Dx = 1; Dy = 1