Calculating Pi is a project for the calculation of the mathematical constant Pi through various methods. Mathematicians and programmers are encouraged to contribute ideas or code for this project.
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.
In this branch, the distances between many consecutive points on the
circumference are added for the first quadrant, and the sum is
multiplied by 4 to get the approximate value of the circumference of
the circle. The obtained value is divided by twice the radius, and the
approximate value of Pi is obtained as the output.
This version is the visual simulator for the Pi calculator using SHM. It simulates SHM without using trigonometric functions, and displays it as #s on the screen. It does not calculate the value of Pi.