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 (f), F': red (h) - You can change f

function f(x) { y = -x*x*x + x*x + 5*x + 0.4; return y }
function g(x) { y = 1/0; return y }
function h(x) { dx=(bX-aX)/1e5; y = (f(x+dx)-f(x-dx))/(dx*2); return y }
function k(x) { y = 1/0; return y }

aX = -2; bX = 2; aY = -3; bY = 7
Dx = 1/2; Dy = 1