Commit Graph

3 Commits

Author SHA1 Message Date
bdf1abb201 fix: Correct Pi digit calculation 2025-09-07 19:01:35 -04:00
ebb03312c6 docs: Add README.md 2025-09-01 20:05:23 -04:00
8838d1497e feat: Implement multi-threaded Pi calculator
This commit introduces a new Rust program that calculates the first n
digits of Pi using the BBP algorithm. The program is multi-threaded and
allows the user to specify the number of threads to use. It uses the
`rug` crate for arbitrary-precision arithmetic to ensure the accuracy of
the calculated digits.

The program can be run from the command line, taking the number of
digits and the number of threads as arguments.
2025-09-01 19:29:52 -04:00