A Python implementation of an infinite spigot algorithm to compute and stream the digits of π (pi) in real-time. This project is designed for educational purposes to demonstrate how π can be calculated and output digit-by-digit using an efficient iterative approach.
-
Updated
Feb 27, 2025 - Python