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

// Per il calcolo di A^B con A > 0 e B non intero vedi

function f(x) { y = 1/(Math.pow(x,4)+1)-10* Math.sign(x)*Math.pow(Math.abs(x),1/5)-5; return y }
function g(x) { y = 1/0; return y }
function h(x) { y = 1/0; return y }
function k(x) { y = 1/0; return y }

aX = -100; bX = 100; aY = -30; bY = 30
Dx = 50; Dy = 5
// aX = -1; bX = 1; aY = -15; bY = 15
// Dx = 0.5; Dy = 5
// aX = -0.05; bX = 0.05; aY = -10; bY = 2
// Dx = 0.01; Dy = 1
// aX = -0.0105; bX = -0.01; aY = -0.02; bY = 0.02
// Dx = 0.0001; Dy = 0.01