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 = 1/0; return y }
...
aX = 0; bX = 65; aY = 0; bY = 32.5
Dx = 100; Dy = 100
...
// Con/with Lx=[a,b,..]; Ly=[A,B,..] abbiamo una linea spezzata / we have a polyline (a,A)-(b,B)-...
...
function XX(t) {x=t+Math.sin(t)*Math.tan(70/180*Math.PI); return x}; function YY(t) {y=(Math.sin(t)+1.2)*13; return y}
t1=5; t2=Math.PI*20
for(j=1;j<=5e3;j=j+1) {t=t1+(t2-t1)/5e3*(j-1); Lx[j]=XX(t); Ly[j]=YY(t)}
...
linew=1
...