Mysticial / y-cruncher

Bug-Tracking and open-sourced parts of y-cruncher.
189 stars 16 forks source link

Dr. Simon Plouffe's Decimal Digit-Extraction Algorithm #33

Open ehfd opened 1 year ago

ehfd commented 1 year ago

https://mathworld.wolfram.com/Digit-ExtractionAlgorithm.html https://arxiv.org/abs/2201.12601

Dr. Plouffe has found a new algorithm for extracting decimal Pi digits in addition to the BBP hexadecimal algorithm. Would help in verifying decimal digits more reliably.

marwasamara commented 17 hours ago

Could you send me the code!?

Mysticial commented 15 hours ago

Has anyone actually implemented this algorithm yet? And what is its run-time complexity? Will be a while before I personally find the time to take a serious look at anything new.