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

The parabola that passes exactly through 3 points
x: -3,-1, 5;   y: 5, -2, 4
quadratic regression:  y = 0.5625*x*x-1.25*x-3.8125
function f(x) { y = 0.5625*x*x - 1.25*x - 3.8125; return y }

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

Q1x=[ -3, -1, 5]
Q1y=[  5, -2, 4]

AX=BX=AY=BY=""
AAX=aX; BBX=bX; AAY=aY; BBY=bY