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 =  Math.sqrt(1-x*x); return y }
function g(x) { y = -Math.sqrt(1-x*x); return y }
function h(x) { y = 1/0; return y }
function k(x) { y = 1/0; return y }

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