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 = 2*x*Math.cbrt(x-1); return y }
function g(x) { y = 3*Math.cbrt(x-1)+3*x+3; return y }

aX = -2; bX = 12; aY = -5; bY = 45
Dx = 1; Dy = 5