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

aX = -15; bX = 15; aY = -15; bY = 15
Dx = 5; Dy = 5