Exploring different methods for calculating Pi
This repository is referenced in the blog post https://swharden.com/blog/2025-11-16-streaming-pi-digits/
- A Spigot Algorithm for the Digits of Pi (1995) by Stanley Rabinowitz and Stan Wagon
- Unbounded Spigot Algorithms for the Digits of Pi (2005) by Jeremy Gibbons
- Practical implementation of Spigot Algorithms for Transcendental Constants (2022) by Henrik Vestermark
- Nilakantha’s formula for pi (2023) by Edgar Valdebenito
- Rosetta Code page for calculating digits of Pi