Homemade computer calculates pi to 10 trillion digits
1–10 of 11 posts
Re: Homemade computer calculates pi to 10 trillion digits
#2Re: Homemade computer calculates pi to 10 trillion digits
#3Could anyone jump in and provide some information on how calculating pi to a gazillion digits is worth the effort?
Calculating pi is a fairly reasonable way of measuring CPU performance though. I've seen Anandtech and the like use SuperPi for this purpose.
In my first year of university we had to do (in Pascal) a library of arbitrary-precision functions for the arithmetic operations. It was really interesting at the time. If you measure something to a trillion digits you need a pretty good library for this. You also may not have the entire number of memory at a time (although a trillion digits is 0.5TB BCD-encoded so that's not inconceivable) so the problem itself has a lot of interesting aspects to it.
Re: Homemade computer calculates pi to 10 trillion digits
#4Could anyone jump in and provide some information on how calculating pi to a gazillion digits is worth the effort?
To think, if he had used this for bitcoin mining instead, he could be a hundredaire.
Re: Homemade computer calculates pi to 10 trillion digits
#5Re: Homemade computer calculates pi to 10 trillion digits
#6Could anyone jump in and provide some information on how calculating pi to a gazillion digits is worth the effort?
Re: Homemade computer calculates pi to 10 trillion digits
#7Could anyone jump in and provide some information on how calculating pi to a gazillion digits is worth the effort?
I am working on a similar brute-force analysis, but I have access to a datacenter with many machines. Not so impressive.
Re: Homemade computer calculates pi to 10 trillion digits
#8Could anyone jump in and provide some information on how calculating pi to a gazillion digits is worth the effort?
Just think about it. If that's true, the whole universe is described inside Pi with any precision you want, with any time precision you want. Somewhere in Pi your whole life is stored.
Re: Homemade computer calculates pi to 10 trillion digits
#9Could anyone jump in and provide some information on how calculating pi to a gazillion digits is worth the effort?
There's a theory that Pi digits contain every possible finite sequence of digits. Just think about it. If that's true, the whole universe is described inside Pi with any precision you want, with any time precision you want. Somewhere in Pi your whole life is stored.
Re: Homemade computer calculates pi to 10 trillion digits
#10Earlier quoted context omitted.
There's a theory that Pi digits contain every possible finite sequence of digits. Just think about it. If that's true, the whole universe is described inside Pi with any precision you want, with any time precision you want. Somewhere in Pi your whole life is stored.
Also known as a Normal Number, it is thought that most numbers are of this type. ( http://en.wikipedia.org/wiki/Normal_number )