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) { K=-1; y =  x*x+K*x; return y }
function g(x) { K=0; y =  x*x+K*x; return y }
function h(x) { K=1; y =  x*x+K*x; return y }
function k(x) { K=2; y =  x*x+K*x; return y }

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

yy=[1]

AX=BX=AY=BY=""
BY="K: blue -1 green 0 red 1 orange 2"

AAX=aX; BBX=bX; AAY=aY; BBY=bY