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 g(x) { y = -1/(x-3)+2; return y }
function h(x) { y = 1/x; return y }

aX = -3; bX = 5; aY = -3; bY = 5
Dx = 1; Dy = 1

Q2x=[3]; Q2y=[2]

T0=["A",0.5,0.5]; T1=["B",1.5,3.5]