https://github.com/alex313031/picalc
Simple command line Pi calculator with threading and dynamic library support.
https://github.com/alex313031/picalc
pi
Last synced: 15 days ago
JSON representation
Simple command line Pi calculator with threading and dynamic library support.
- Host: GitHub
- URL: https://github.com/alex313031/picalc
- Owner: Alex313031
- License: bsd-3-clause
- Created: 2025-03-18T17:56:26.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-03-18T18:00:56.000Z (7 months ago)
- Last Synced: 2025-09-20T04:36:26.030Z (18 days ago)
- Topics: pi
- Language: C
- Homepage: https://thorium.rocks/experiments
- Size: 3.03 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# PiCalc++
Simple, vectorized, threaded commandline Pi Calculator written in C++.
- A learning exercise for myself, and to experiment with different Pi algorithms.
- Uses kernel calls and mp++ math library