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 = 50e3 + 0.1*x; return y }
function g(x) { y = 0.4*x; return y }
function h(x) { y = g(x)-f(x); return y }