This article says that NASA uses 15 digits after the decimal point, which I’m counting as 16 in total, since that’s how we count significant digits in scientific notation. If you round pi to 3, that’s one significant digit, and if you round it to 1, that’s zero digits.

I know that 22/7 is an extremely good approximation for pi, since it’s written with 3 digits, but is accurate to almost 4 digits. Another good one is √10, which is accurate to a little over 2 digits.

I’ve heard that ‘field engineers’ used to use these approximations to save time when doing math by hand. But what field, exactly? Can anyone give examples of fields that use fewer than 16 digits? In the spirit of something like xkcd: Purity, could you rank different sciences by how many digits of pi they require?

    • SuckMyWang@lemmy.world
      link
      fedilink
      arrow-up
      2
      ·
      1 year ago

      Well you’re honest about being a liar so there’s that I guess. I on the other hand only speaks the truth and I use all the digits of pi, honestly I do.

      • taiyang@lemmy.world
        link
        fedilink
        arrow-up
        3
        ·
        1 year ago

        There are two guards: one speaks only the truth and the other only lies. But both know the infinite digits of pi and are underemployed as guards who never get to use that knowledge.

  • maniacal_gaff@lemmy.world
    link
    fedilink
    arrow-up
    28
    ·
    1 year ago

    I haven’t typed the digits of pi for probably 20 years because it’s defined as a double precision float in all the programming libraries I use.

  • Thurstylark@lemm.ee
    link
    fedilink
    English
    arrow-up
    23
    ·
    1 year ago

    Ya know, this thread has inspired me. I’m a sound engineer, and find myself yelling “check one two three four” in the michrophone to test it all the time. I’m gonna start reciting the digits of Pi instead, and then as I learn them, I’ll progressively advance how many numbers of Pi that I use in my everyday job :D

    I work at a library, though. I should probably just go with poetry or Douglas Adams or something, but this makes me sound much more impressive

  • Asidonhopo@lemmy.world
    link
    fedilink
    arrow-up
    13
    ·
    1 year ago

    Retail, and to my knowledge among all my coworkers we have used zero digits of pi.

    When I code in C++ I use 15 digits of pi after the decimal point (double float) but I have only rarely coded for money and have never used pi for those work products, so again, zero digits on the clock.

    Ditto for restaurant work, although 2 decimal points would be more than enough if I needed the volume of a cake or other round food.

  • MissJinx@lemmy.world
    link
    fedilink
    arrow-up
    10
    ·
    edit-2
    1 year ago

    I’m an auditor. Zero digits is the norm if I have to use Pi there is something VERY wrong

  • chayleaf@lemmy.ml
    link
    fedilink
    arrow-up
    8
    ·
    1 year ago

    I’m a programmer and I remember 33 digits, but in practice I never use pi because I never have to deal with geometry

  • nycki@lemmy.worldOP
    link
    fedilink
    arrow-up
    6
    ·
    1 year ago

    Answering my own question: I work in web development and my usual value for pi is the standard JavaScript Math.PI. JavaScript uses 64-bit floats, which are accurate to about 15 decimal places. But that’s how many digits the computer uses. For practical math, I don’t think I’ve ever needed more than 2 digits of accuracy in an equation involving pi.

  • Captain Aggravated@sh.itjust.works
    link
    fedilink
    English
    arrow-up
    6
    ·
    1 year ago

    As a pilot I can’t think of a time I’ve ever done numbers math with pi. Private pilots are taught to use an E6B flight computer, which is basically a device for accurately drawing and measuring the triangle you’re looking to solve instead of doing algebra and arithmetic.

    In the wood shop, if I do have to do algebra rather than just drawing a circle with a compass, I’ll use 3.14, and I still have to round to the nearest 32nd of an inch.

  • TheRealKuni@lemmy.world
    link
    fedilink
    English
    arrow-up
    7
    arrow-down
    1
    ·
    1 year ago

    Back in middle school I memorized this much of pi (for no good reason):

    3.14159265358979323846264338327950288419716939937510

    That’s far more accurate than I’ll ever need.