"PI calculation" is a collection of programs to find pi using c++;
"PI calculation" used boost.multiprecision and The GNU Multiple Precision Arithmetic Library
- boost 1.86.0
- GMP 6.3.0
- sfml 2.6.2
git clone https://github.com/KEI0123/pi
cd graphic/buffon/
make runI'm a beginner, so I'm sure many of you who want to try a better implementation will have to look elsewhere.
This project is licensed under the MIT License. Additionally, it uses the following third-party libraries:
- GMP: Licensed under the GNU LGPL and GNU GPL.
- SFML: Licensed under the Zlib License.
- Boost: Licensed under the Boost Software License 1.0.
See the LICENSE file for more details.
Thank you!