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.sin(10*x)+Math.cos(3*x); return y }
...
aX = 0; bX = 10; aY = -2; bY = 2
Dx = 1; Dy = 0.5
...