Slashdot Mirror


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."

5 of 299 comments (clear)

  1. The interesting thing about this article is how by Nemesisghost · · Score: 2, Interesting

    The interesting thing about this article is how they calculated the digits. They broke the problem up into small pieces and had them calculated in parallel. This approach isn't something that's new or all the unique, but what is is applied to is. Most mathematical calculations are done in a near linear fashion, not in parallel. So for them to be able to do this is a big step forward in how we approach these types of problem in the future.

    Of course I'm very interested in this since it seems I'll be doing something like it in the near future as part of getting my master's degree.

  2. A serious question by $RANDOMLUSER · · Score: 3, Interesting

    I've always wondered about these ridiculously precise values of pi - doesn't that imply a measurement (of circumference or diameter) smaller than the Planck length? What's the point of 2 trillion decimals of precision?

    --
    No folly is more costly than the folly of intolerant idealism. - Winston Churchill
    1. Re:A serious question by Black+Gold+Alchemist · · Score: 2, Interesting

      Well, the radius of the visible universe is roughly 7.6 * 10^6 Planck lengths. That means the volume is on the order of 10^183 cubic Planck lengths. So, if you can calculate PI to 200 digits or so, you're really accurate. At some point, more accurate than spacetime itself.

      --
      Responsibility is an addiction
      Virtue is a temptation
      Community is a cartel
    2. Re:A serious question by Surt · · Score: 2, Interesting

      So obviously, 640 digits of pi should be enough for anybody.

      And here they are:
      http://www.eveandersson.com/pi/digits/pi-digits?n_decimals_to_display=640&breakpoint=100

      --
      "Who is the Journal of Quantum Physics going to believe?" --Stephen Hawking
  3. Bailey–Borwein–Plouffe formula by Utopia · · Score: 2, Interesting

    Bailey–Borwein–Plouffe formula lets you calculate the n-th digit of pi without calculating the n-1 digits.

    I wonder what formula was used to calculate the digit here.