Visualize digits of π using fixed-point Chudnovsky computation and binary splitting, rendered as a color-coded grid in the browser.
-
Updated
Feb 8, 2026 - HTML
Visualize digits of π using fixed-point Chudnovsky computation and binary splitting, rendered as a color-coded grid in the browser.
This is a short, and simple but useful program made for calculating Pi. It was tested on a mobile phone wiht a special cooling solution and it was proved working. I do not take resposibility if it does not. This program may or may not damage and or cause short/long term interference with your device. I hope it works by the way.
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.
A fun project related to calculation of Pi(π)
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."