About this pi digits generator
This pi digits generator computes the constants pi, Euler's number, and the golden ratio to as many decimal places as you ask for, using an exact arbitrary-precision algorithm rather than floating point. Pi is produced with a dependency-free spigot algorithm, e from its factorial series, and the golden ratio from an integer square root, so every digit is correct up to the 5000-place cap. Choose a constant, set the digit count, and copy the result. Everything is calculated on your device and nothing is sent to a server.