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(4,x); return y }
function g(x) { y = Math.log(4)*x+1; return y}

aX = -4; bX = 4; aY = -1; bY = 5
Dx = 1/2; Dy = 1/2

Q1x=[-1,0,1]; Q1y=[f(-1),f(0),f(1)]

T0=["y = a^x",-2,2.25]