Leibniz Formula for Pi
Coding Challenge #140
In this coding challenge, I use the Leibniz formula (aka infinite series) to approximate the digits of Pi and graph the convergence.
Community Contributions
- Calculating PI from The Arctangent Infinite Series by Abhijeet S. Mankani (Source Code)
- My interactive version of Leibniz formula for Pi by Saahil Khatkhate (Source Code)
- Leibniz - Display average of last 2 iterations, an extension of Shiffman's p5 code. by George Campbell (Source Code)
- LeibnizPIViz by Anurag Hazra (Source Code)
- Leibniz - Circle Display by Esprit Orgue (Source Code)
- Using Web Workers to process digits asynchronously by Yanick Rochon (Source Code)
- Approximating PI - The Nilakantha Series by Louis Kent (Source Code)
You can also add your own version! (See how)