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, h red, k orange ----

function f(x) { y = (12*x*x*x+40*x*x+43*x+15)/(2*x*x+5*x+3); return y }
function g(x) { y = 1/0; return y }
function h(x) { y = (12*x*x*x+34*x*x+38*x+15)/(2*x*x+5*x+3); return y }
function k(x) { y = 1/0; return y }

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