Calculating Pi

Points on a circle



Output log:

Long description

Calculating pi by making evenly spaced points on a half circle (with the y=sqrt(1-x^2) function) and finding the length from each point to the one behind it. The total length should be close to pi.