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

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