This project contains a collection of Python implementations for approximating
- Multiple Pi approximation algorithms in separate Python files
- A central launcher to choose and run methods interactively
- Optimized implementations that preserve the original mathematical logic
- Simple test coverage for selected algorithms
- Open the project folder.
- Run the launcher:
python Pi_approximation_algorithm.py- Choose a method from the menu.
Pi_approximation_algorithm.py– interactive menu to run algorithms*.py– individual Pi approximation implementationstests/– basic regression tests for optimized methods
- Python 3.x
This project is provided for educational purposes.