Skip to content

Comment on Exposing Floating Point – Bartosz Ciechanowski (2019)

Comments

Meta: with regards to significant digits, it may depend on application, but this article reminded me on NASA's 'take' on π (pi):

To start, let me answer your question directly. For JPL's highest accuracy calculations, which are for interplanetary navigation, we use 3.141592653589793. Let's look at this a little more closely to understand why we don't use more decimal places. […]
3. Let's go to the largest size there is: the known universe. The radius of the universe is about 46 billion light years. Now let me ask (and answer!) a different question: How many digits of pi would we need to calculate the circumference of a circle with a radius of 46 billion light years to an accuracy equal to the diameter of a hydrogen atom, the simplest atom? It turns out that 37 decimal places (38 digits, including the number 3 to the left of the decimal point) would be quite sufficient. […]

* https://www.jpl.nasa.gov/edu/news/how-many-decimals-of-pi-do...

Digital precision quickly outstrips accuracy in any number of things - eg digital calipers that read down to the ten thousands of an inch on a device that isn’t accurate to a thousandth.

Totally agree but for calculations the rules can be a bit different because error can accumulate and computers add lots of numbers really quickly.

3.141592653589793

Use this for sin or cosine with large arguments and tell me how that goes!

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.