Where could I find a large amount of digits of pi? I have already calculated 3.14 billion using PiFast (works well under wine).
I don't care about slow download speeds.
feedback
|
|
I know you say you don't care, but I seriously suspect your cpu can calculate them faster than your network card is capable of downloading them. Given the last digit and the current state of the calculator used to generate it, the next digit can be found in constant time. It doesn't get progressively harder like finding the next prime does. | |||||||||||
feedback
|
|
Adding on to Joel's comment, SuperPi is one of the most popular tools for this. It's also used for stress testing. | |||
|
feedback
|
|
Google produces quite a few sites that let you download various numbers of digits (10000, 1 million, 40 million, ...). | |||||||
feedback
|