Small Pi calculation. Supports several methods
to calculate pi which can select via argument!
https://en.wikipedia.org/wiki/Pi
- GNU Make
- C++ compiler with C++-20 Support
- Installed SFML Library https://www.sfml-dev.org/
There are still thousands of this pi calculation tools already.
I know, but I want to know more about the different approaches
to calc Pi. And as software engineer its a good way to learn
more about that ways to calculate Pi by implement this several
algorithms.