Just some interesting formulae for approximating pi, with graphs. Made for Pi Day 2026.
Dervied from the Taylor series expansion of
Refinement to the Madhava-Leibniz formula.
I don't know how this works. This one is just magic, I think.
The project can be built using CMake. All dependencies are included as Git submodules (use a recursive clone to get these).
mkdir build
cd build
cmake ..