precision 8 let n = 10 for i = 1 to n let s = s + i * i next i print sqrt(s / n)