Puoi aprire il codice e modificarlo
HELP

...
function f(x) { y = 8/2*(Math.exp(x/8)+Math.exp(-x/8)); return y } 
...
function h(x) { a=8; b=(f(a)-a)/(a*a) ; y = b*x*x+a; return y }
...
linef=4; lineh=2 
...