> March 14 (represented as 3/14 in many parts of the world) haha
I wanted to comment the same part, but I wanted to let them the benefit of the doubt, so I went to Wikipedia «date format by country» page [1], and summed up from the table how many people have "MD" vs "DM" in their date format: DM -> 3392/5550 ~= 61.1% MD -> 2158/5550 ~= 38.9% Note: I ignored both green and red regions that have both "DM" and "MD" in their format. So it is definitively not the majority of people. Us…
Calculating a record-breaking 31.4T digits of Pi with GCP
111–118 of 118 posts
Re: Calculating a record-breaking 31.4T digits of Pi with GCP
#112Earlier quoted context omitted.
The linked NASA article points out that with 40 digits of pi you could compute the circumference of the visible universe to an accuracy equal to the diameter of a hydrogen atom. I'm gonna say there's no practical application that would require even 40 digits, never mind a few hundred
You need more digits than that to accurately compute double-precision trigonometric functions (if the input is close to pi, you need enough accurate digits left after performing range reduction). This paper claims you need 2/pi accurate to 1144 bits which is about 345 decimal digits: https://www.csee.umbc.edu/~phatak/645/supl/Ng-ArgReduction.p...
Re: Calculating a record-breaking 31.4T digits of Pi with GCP
#113Earlier quoted context omitted.
You need more digits than that to accurately compute double-precision trigonometric functions (if the input is close to pi, you need enough accurate digits left after performing range reduction). This paper claims you need 2/pi accurate to 1144 bits which is about 345 decimal digits: https://www.csee.umbc.edu/~phatak/645/supl/Ng-ArgReduction.p...
As a counterpoint, no real computation I've performed on a computer needed to compute the cos of 2^1023 radians. I can't imagine such a scenario either.
Re: Calculating a record-breaking 31.4T digits of Pi with GCP
#114Meh, throwing raw power at the problem is not that impressive. Bellard's [1] 2009 record was much more impressive, because he used a clever formula to break the existing record with a mere (albeit beefy) desktop computer: https://bellard.org/pi/pi2700e9/ The record he broke with his desktop PC was made using a supercomputer cluster. [1] If somebody is not familiar with him, he is also the original author of QEMU, ffm…
Re: Calculating a record-breaking 31.4T digits of Pi with GCP
#115Earlier quoted context omitted.
Why would you need to do that? It's not like those digits are useful for anything at all.
I guess it depends on your definition of "useful", but one potential way to use pi would be as a way to transmit compressed data incredibly efficiently. If you could find the data you want to transmit in pi somewhere you'd only need to transmit an offset and a length to send anything than can be represented numerically. The hard part would be finding what you want to send though... ;)
Re: Calculating a record-breaking 31.4T digits of Pi with GCP
#116Earlier quoted context omitted.
Yes. ISO chooses year-month-day, which puts largest component first and smallest last. This has the nice benefit that treating it as a string and doing alphanumerical sort matches the actual day sort. Ref. https://en.wikipedia.org/wiki/ISO_8601
The main benefit of Y-M-D, is that no-one uses Y-D-M, and the 'Y' component is easily recognisable. So if you use Y-M-D, then everyone knows it's Y-M-D and there is no ambiguity.
200122
For example. Amazing.
Re: Calculating a record-breaking 31.4T digits of Pi with GCP
#117Earlier quoted context omitted.
This is the concept of [a "normal" number][0] (which is a strange choice of word, I think). Apparently pi is not proven to be normal. But the implication as I understand is that, yes, any given sequence that you'd care to look for is there somewhere. [0]: https://en.wikipedia.org/wiki/Normal_number
Almost all numbers are normal, so it seems like a perfectly reasonable choice of terminology =) [On the other hand, almost none of the numbers someone on the street might name are normal, so ...]
Re: Calculating a record-breaking 31.4T digits of Pi with GCP
#118Earlier quoted context omitted.
Almost all numbers are normal, so it seems like a perfectly reasonable choice of terminology =) [On the other hand, almost none of the numbers someone on the street might name are normal, so ...]
Ah, I didn't realize that, thanks! That makes sense now that you say it.
- uncomputable
- irrational
- transcendental
- ...
So it's not really that good of a justification. =)