Tagged Questions
7
votes
1answer
391 views
Required Working Precision for the BBP Algorithm?
I'm looking to compute the nth digit of Pi in a low-memory environment. As I don't have decimals available to me, this integer-only BBP algorithm in Python has been a great starting point. I only need ...