Puoi aprire il codice e modificare la funzione: vedi l'Help
You can open the Code and modify the function: see the Help
HELP

// ---- f blue, g green ----

function f(x) { y =  5*x*(x-Math.sqrt(3)); return y }
function g(x) { y = 1/( x*(x+Math.sqrt(3)) ); return y }

aX = -10; bX = 10; aY = -30; bY = 30
Dx = 1; Dy = 10

aX = -5; bX = 5; aY = -10; bY = 10
Dx = 1; Dy = 1

aX = -2.5; bX = 2; aY = -4; bY = 2.5
Dx = 1/2; Dy = 1/2

// n=8*9*5*7*11 -> n=8*9*5*7*11*13 per avere più punti