Puoi aprire il codice e modificare la funzione: vedi l'Help
You can open the Code and modify the function: see the Help
HELP

// ---- f blue, g green ----
function f(x) { y =  x*x+3*x+2; return y }
function g(x) { y = Math.abs(f(x)); return y }
...
aX = -2.5; bX = 0; aY = -0.5; bY = 2
Dx = 1/2; Dy = 1/2
...
xx = [-2,-1]; yy = [1,2]
...
AX=BX=AY=BY=""
BY="y = |x^2+3x+2|  (grafico verde)"
...
AAX=aX; BBX=bX; AAY=aY; BBY=bY
...