Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #110209

Re: value of pi and 22/7

Path csiph.com!feeder.erje.net!2.eu.feeder.erje.net!newsfeed.kamp.net!newsfeed.kamp.net!fu-berlin.de!uni-berlin.de!not-for-mail
From Grant Edwards <grant.b.edwards@gmail.com>
Newsgroups comp.lang.python
Subject Re: value of pi and 22/7
Date Mon, 20 Jun 2016 17:53:11 +0000 (UTC)
Lines 19
Message-ID <mailman.160.1466445243.2288.python-list@python.org> (permalink)
References <AANLkTimAOpGtTvq2GMWG+hbT3SapkT9k8RuDriQHnQc9@mail.gmail.com> <mailman.1021.1300384117.1189.python-list@python.org> <d1e74d2a-e426-4017-9cb7-0512c64a2e3d@r3g2000yqh.googlegroups.com> <ilvpg9$2k8$1@reader1.panix.com> <91940d31-1ff4-4267-9b07-445eca35d234@googlegroups.com> <1466221708.3660642.641268921.0131CAF9@webmail.messagingengine.com> <mailman.111.1466221711.2288.python-list@python.org> <e405ccd3-4a6c-49cd-831a-238228f917e5@googlegroups.com> <dsojq2Fel3aU1@mid.individual.net> <nk9ai7$tl9$1@ger.gmane.org>
Mime-Version 1.0
Content-Type text/plain; charset=UTF-8
Content-Transfer-Encoding 8bit
X-Trace news.uni-berlin.de YpO5V3OUweFiR8MT6ZcIQArpI51hCqlR1fIvtrrwVEbQ==
Return-Path <python-python-list@m.gmane.org>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.022
X-Spam-Evidence '*H*': 0.96; '*S*': 0.00; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'received:qwest.net': 0.09; "(it's": 0.16; '5",': 0.16; 'diameter': 0.16; 'gregory': 0.16; 'received:80.91.229.3': 0.16; 'received:io': 0.16; 'received:plane.gmane.org': 0.16; 'received:psf.io': 0.16; 'wrote:': 0.16; 'lawrence': 0.22; 'somewhere': 0.24; 'header:User- Agent:1': 0.26; 'header:X-Complaints-To:1': 0.26; 'yesterday': 0.27; 'measure': 0.29; 'subject:/': 0.30; 'needed': 0.36; 'to:addr :python-list': 0.36; 'subject:: ': 0.37; 'received:org': 0.37; 'enough': 0.39; 'to:addr:python.org': 0.40; 'your': 0.60; 'course': 0.62; 'divide': 0.84; 'overnight': 0.84; 'subject:value': 0.84; 'tape,': 0.84; '\xe2\x80\x9cgood': 0.84; 'edwards': 0.91
X-Injected-Via-Gmane http://gmane.org/
X-Gmane-NNTP-Posting-Host 67-130-15-94.dia.static.qwest.net
User-Agent slrn/1.0.2 (Linux)
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.22
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
X-Mailman-Original-Message-ID <nk9ai7$tl9$1@ger.gmane.org>
X-Mailman-Original-References <AANLkTimAOpGtTvq2GMWG+hbT3SapkT9k8RuDriQHnQc9@mail.gmail.com> <mailman.1021.1300384117.1189.python-list@python.org> <d1e74d2a-e426-4017-9cb7-0512c64a2e3d@r3g2000yqh.googlegroups.com> <ilvpg9$2k8$1@reader1.panix.com> <91940d31-1ff4-4267-9b07-445eca35d234@googlegroups.com> <1466221708.3660642.641268921.0131CAF9@webmail.messagingengine.com> <mailman.111.1466221711.2288.python-list@python.org> <e405ccd3-4a6c-49cd-831a-238228f917e5@googlegroups.com> <dsojq2Fel3aU1@mid.individual.net>
Xref csiph.com comp.lang.python:110209

Show key headers only | View raw


On 2016-06-19, Gregory Ewing <greg.ewing@canterbury.ac.nz> wrote:
> Lawrence D’Oliveiro wrote:
>
>> I feel a new phrase coming on: “good enough for Bible work”!
>
> I understand there's a passage in the Bible somewhere that
> uses a 1 significant digit approximation to pi...

A lot of the time, 3 is a good-enough approximation of π (it's less
than 5% off). Yesterday I needed to know if the globe on a light
fixture was 5", 6", or 7" diameter.  Measure the circumference with a
tape, divide by 3, and Bob's your uncle.  Of course if you have to do
that very often, you just by a diameter tape. :)

-- 
Grant Edwards               grant.b.edwards        Yow! I think I am an
                                  at               overnight sensation right
                              gmail.com            now!!

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Re: value of pi and 22/7 Lawrence D’Oliveiro <lawrencedo99@gmail.com> - 2016-06-17 16:12 -0700
  Re: value of pi and 22/7 Ian Kelly <ian.g.kelly@gmail.com> - 2016-06-17 17:49 -0600
    Re: value of pi and 22/7 Steven D'Aprano <steve@pearwood.info> - 2016-06-18 11:19 +1000
      Re: value of pi and 22/7 Ethan Furman <ethan@stoneleaf.us> - 2016-06-17 19:27 -0700
      Re: value of pi and 22/7 Tim Harig <timharig@eternal-september.org> - 2016-06-18 05:47 +0000
        Re: value of pi and 22/7 boB Stepp <robertvstepp@gmail.com> - 2016-06-18 10:22 -0500
      Re: value of pi and 22/7 Christian Gollwitzer <auriocus@gmx.de> - 2016-06-18 09:56 +0200
  Re: value of pi and 22/7 Random832 <random832@fastmail.com> - 2016-06-17 23:48 -0400
    Re: value of pi and 22/7 Lawrence D’Oliveiro <lawrencedo99@gmail.com> - 2016-06-17 21:30 -0700
      Re: value of pi and 22/7 Ian Kelly <ian.g.kelly@gmail.com> - 2016-06-17 23:18 -0600
        Re: value of pi and 22/7 Gregory Ewing <greg.ewing@canterbury.ac.nz> - 2016-06-20 10:25 +1200
          Re: value of pi and 22/7 Steven D'Aprano <steve@pearwood.info> - 2016-06-20 12:07 +1000
            Re: value of pi and 22/7 Grant Edwards <grant.b.edwards@gmail.com> - 2016-06-20 18:06 +0000
          Re: value of pi and 22/7 Ian Kelly <ian.g.kelly@gmail.com> - 2016-06-19 23:19 -0600
            Re: value of pi and 22/7 Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2016-06-20 16:22 +1000
              Re: value of pi and 22/7 Ian Kelly <ian.g.kelly@gmail.com> - 2016-06-20 10:01 -0600
                Re: value of pi and 22/7 Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2016-06-21 18:38 +1000
              Re: value of pi and 22/7 Ian Kelly <ian.g.kelly@gmail.com> - 2016-06-20 10:09 -0600
          Re: value of pi and 22/7 Lawrence D’Oliveiro <lawrencedo99@gmail.com> - 2016-06-19 22:51 -0700
            Re: value of pi and 22/7 Marko Rauhamaa <marko@pacujo.net> - 2016-06-20 10:32 +0300
              Re: value of pi and 22/7 Lawrence D’Oliveiro <lawrencedo99@gmail.com> - 2016-06-20 01:01 -0700
                Re: value of pi and 22/7 Wildman <best_lay@yahoo.com> - 2016-06-20 17:24 -0500
                Re: value of pi and 22/7 Marko Rauhamaa <marko@pacujo.net> - 2016-06-21 01:47 +0300
                Re: value of pi and 22/7 Lawrence D’Oliveiro <lawrencedo99@gmail.com> - 2016-06-22 14:20 -0700
      Re: value of pi and 22/7 Gregory Ewing <greg.ewing@canterbury.ac.nz> - 2016-06-20 10:14 +1200
        Re: value of pi and 22/7 Grant Edwards <grant.b.edwards@gmail.com> - 2016-06-20 17:53 +0000
        Re: value of pi and 22/7 Marko Rauhamaa <marko@pacujo.net> - 2016-06-20 21:52 +0300
          Re: value of pi and 22/7 Gregory Ewing <greg.ewing@canterbury.ac.nz> - 2016-06-22 00:52 +1200
  Re: value of pi and 22/7 Pete Forman <petef4+usenet@gmail.com> - 2016-06-18 13:05 +0100
  Re: value of pi and 22/7 Johannes Bauer <dfnsonfsduifb@gmx.de> - 2016-06-18 18:09 +0200

csiph-web