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 = 3*Math.pow(x,Math.sqrt(3))*(2+Math.sin(x))/(Math.pow(x,Math.sqrt(3))-1/Math.pow(x,100)); return y }
 ...
aX = 0; bX = 50; aY = -2; bY = 15
Dx = 5; Dy = 1