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

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

Qx=[-0.75,-0.5,0,1,2,3,4,5]; Qy=[-0.642455,-0.0269922,0.199289,0,-0.15393,-0.217242,-0.247858,-0.265336]
C1="red"; L1x=Qx; L1y=Qy