Skip to content
/ PiCalc Public

Calculation of digits of Pi with high precision. Parallelized/Multi-threaded. Tested for upto 1 Billion digits. Uses Chudnovsky algorithm with Binary Splitting. Also, uses libgmp for arbitrary precision arithmetic. NOTE: Now also contains KMP algorithm for pattern matching.

Notifications You must be signed in to change notification settings

Nomi/PiCalc

Repository files navigation

Linux-main

The program in this branch focuses on performant Linux code using GMP and since GMP was made for Linux, there are no compatibility issues with the code. Should be able to calculate MORE than 10^8 digits.

About

Calculation of digits of Pi with high precision. Parallelized/Multi-threaded. Tested for upto 1 Billion digits. Uses Chudnovsky algorithm with Binary Splitting. Also, uses libgmp for arbitrary precision arithmetic. NOTE: Now also contains KMP algorithm for pattern matching.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published