A fun project related to calculation of Pi(π)
-
Updated
Apr 23, 2025 - TypeScript
A fun project related to calculation of Pi(π)
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.
Add a description, image, and links to the binary-splitting topic page so that developers can more easily learn about it.
To associate your repository with the binary-splitting topic, visit your repo's landing page and select "manage topics."