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 =  (x*x+x)/(x*(Math.abs(x)-1)); return y }

aX = -3; bX = 3; aY = -6; bY = 6
Dx = 1/2; Dy = 1

Qx=[0]; Qy=[-1]