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

function f(x) { y =  Math.pow(x,3)+Math.sin(x*x)-Math.log(x)*Math.exp(x)+2; return y }
function h(x) { dx=(bX-aX)/1e5; y = (f(x+dx)-f(x-dx))/(dx*2); return y }