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+1/x)/(2+Math.sin(x)); return y }
...
aX = -15; bX = 15; aY = 0; bY = 1
Dx = 5; Dy = 0.1
...
xx = [-15,-10,-5,5,10,15]
...
AX=BX=AY=BY=""
...
AAX=aX; BBX=bX; AAY=aY; BBY=bY
...