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

// ---- f blue, g green, h red, k orange ----
function f(x) { y = 0.7612*x + 3; return y }
function g(x) { y = 0.9059*x + 1.788; return y }
function h(x) { y = -0.103521*x*x + 2.36*x - 2.238; return y }
function k(x) { y = -0.0163745*Math.pow(x,3) + 0.239725*x*x + 0.2826*x + 1.1372; return y }

aX = 0; bX = 13; aY = 0; bY = 13
Dx = 1; Dy = 1
...
Q2x = [2,4,5,7,8,10,12]; Q2y = [3,3,8,10,10,11,11]
xx=[5,10]; yy=[5,10]
...
AX=BX=AY=BY=""
...
AAX=aX; BBX=bX; AAY=aY; BBY=bY