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(x)+Math.cos(x); return y }

aX = -1; bX = 10; aY = -1.5; bY = 1.5
Dx = 1; Dy = 0.5

Q1x=[Math.PI/2,Math.PI,Math.PI*3/2,Math.PI*2,Math.PI*2.5,Math.PI*3]; Q1y=[0,0,0,0,0,0]

T0=["PI",3.14,0.15]; T1=["2PI",6.28,0.15]; T2=["3PI",9.42,0.15]