Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 1021 Bytes

README.md

File metadata and controls

33 lines (19 loc) · 1021 Bytes

Pi-Calculator

Compute 𝛑 to a ludicrously high precision!

Requires

.net 9.0 + Avalonia UI. Developed with JetBrains Rider IDE.

Example

Screenshot 2025-03-22 102042

Credits

Uses the ExtendedNumerics BigDecimal class.

Uses these algorithms to calculate 𝛑:

References

https://math.tools/numbers/pi/1000000

Performance

This program uses a single CPU core.

It calculated 1,000,000 digits in ~20 minutes on an AMD Ryzen 7 PRO 7840U with 64 GB RAM.

The Plouffe / Bellard code could be easily parallelized, but since the Andrew Jennings code is so much faster, there's really no point.