Skip Navigation

What field do you work in, and how many digits of pi do you use?

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?

125 comments
  • 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.

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

  • I'm a consultant and I use whatever Android calculator gives me

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

  • Engineering student. I typically use whatever number of digits the calculator gives me in calculator computations, but that's unnecessary. IMO for a design, an engineer should use at least as many digits of pi as needed to not lose any significance due to truncating pi specifically. Practically, this means: keep as many significant digits as your best measurement. In my experience, measurements have usually been good for 3 significant digits.

    For back-of-the-envelope or order-of-magnitude calculations where I only need to get in the ballpark of correctness, I'll use 3 (i.e., one significant digit). For example, if I order a pizza with a diameter of 12 inches, A ≈ 36 * 3 in2 = 108 in2 is a fine ballpark approximation that I can do in my head to the real area A = 36π in2 ≈ 113.097... in2 that my calculator gives me.

  • I work in trails, like what you might walk on, and in the rare case I need pi, I use 3.14. This week, we have a meeting to talk about some things on 14 March. I will be using cornbread because I do not know how to make a pie but I will eat the pie others make. I look forward to this meeting.

  • I can't say "professionally" but I learned CAD design with FreeCAD, and know the topological naming issue thoroughly.

    Almost all "mystery" problems in CAD are due to a combination of the hacks that get around the Topological Naming Issue and π.

    In CAD, you cookie, you brownie, you might even salad, but you stay the hell away from importing π as a reference on anything complex. For 3D printing, I never need better than 0.05mm so 3.1416.

  • I'm a nothing in particular, and I used to remember 100 digits. I could probably remember again in an hour.

125 comments