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.
Output log:
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.