avanzamento, pendenza, spostamento

 

for (h=0; h<=100; h=h+5) {a=100; s = Math.sqrt(a*a+h*h);  document.write(100+'\t'+h+'\t'+s+'\n')}