Nicholas Sze of Yahoo Finds Two-Quadrillionth Digit of Pi
gregg writes "A researcher has calculated the 2,000,000,000,000,000th digit of pi — and a few digits either side of it. Nicholas Sze, of technology firm Yahoo, determined that the digit — when expressed in binary — is 0."
We only know how to calculate it in binary (or any base that is a power of 2). You can't convert to decimal without know all the rest of the digits.
What they should have said is: The two quadrillionth digit in the binary expansion of pi is 0.
100-4
101-5
110-6
111-7
I have something in common with Stephen Hawking...
We only know how to calculate it in binary (or any base that is a power of 2). You can't convert to decimal without know all the rest of the digits.
Parent is correct, digits of pi can be calculated independently in base 2, 4, 8, 16 or 2^n since the 1990s. So, it is possible to calculate the 2,000,000,000,000,000th number of pi without calculating the digits before that one. Now, if we want to calculate the digit in decimal (or converse the binary digit to decimal), we need to calculate all of the two-quadrillion digits. Knowing this digit is in itself not very interesting.
At least with regards to calculating Pi, it's isn't particularly new. They first used this parallel method back in the 1980's.
Regardless of what actually happened, there isn't any computation that requires keeping data in memory rather than hard disk. Memory is just faster, if you need more space for the computation, you can always actually use the 100 disks.
"Who is the Journal of Quantum Physics going to believe?" --Stephen Hawking
You're wrong, because TFA is discussing the binary representation of pi. It's either a 1 or a 0.
Pi is NOT irrational! It is transcendental. Look it up!
http://en.wikipedia.org/wiki/Transcendental_number :
All real transcendental numbers are irrational, since all rational numbers are algebraic.
The hexadecimal digit extraction formula for PI (that allows you to skip calculating the previous hex digits) is already known. It can calulcuate the N'th hexadecimaldigit of Pi without calculating most of the previous digits: http://en.wikipedia.org/wiki/Bailey%E2%80%93Borwein%E2%80%93Plouffe_formula
A slower generalized version that can extract the n'th digit of Pi in any base (including decimal) has also been found: http://web.archive.org/web/19990116223856/www.lacim.uqam.ca/plouffe/Simon/articlepi.html
Stylish sheet to fix many problems in Slashdot's D3: https://gist.github.com/801524
The thing that I find funny, is that had they used the Bailey-Borwein-Plouffe formula, they could have saved themselves some very considerable computing resources.
[FUCK BETA]