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.tan(2*x-Math.PI/180)-Math.tan(x+Math.PI/180*3); return y }

aX = -Math.PI/2; bX = 2*Math.PI; aY = -5; bY = 5
Dx = Math.PI/4; Dy = 1

AX = "-PI/2"; BX = "2 PI"