Path: csiph.com!usenet.pasdenom.info!news.albasani.net!newsfeed.freenet.ag!news2.euro.net!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.004 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'subject:Python': 0.05; 'python': 0.09; 'accuracy.': 0.09; 'lawrence': 0.09; 'longs': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'thread': 0.11; 'aug': 0.13; 'sat,': 0.15; 'debated': 0.16; 'digits.': 0.16; 'it),': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'subject:Objects': 0.16; 'fit': 0.26; 'wondering': 0.26; 'there.': 0.28; 'header:X-Complaints- To:1': 0.28; 'skip:( 20': 0.28; '(maybe': 0.29; '+0100,': 0.29; 'starts': 0.29; "i'm": 0.29; 'url:home': 0.33; 'to:addr:python- list': 0.33; 'received:org': 0.36; 'anything': 0.36; 'charset:us- ascii': 0.36; 'subject:: ': 0.38; 'mark': 0.38; 'to:addr:python.org': 0.39; 'header:Received:5': 0.40; 'think': 0.40; 'lost': 0.60; 'ever': 0.63; 'times': 0.63; 'here': 0.65; 'debate': 0.65; 'gain': 0.79; '14-15': 0.84; 'float,': 0.84; 'dennis': 0.91 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Dennis Lee Bieber Subject: Re: Objects in Python Date: Sat, 25 Aug 2012 15:56:55 -0400 Organization: > Bestiaria Support Staff < References: <5035d3e4$0$1645$c3e8da3$76491128@news.astraweb.com> <50366ec8$0$6574$c3e8da3$5496439d@news.astraweb.com> <503840c5$0$6574$c3e8da3$5496439d@news.astraweb.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: adsl-76-249-19-241.dsl.klmzmi.sbcglobal.net X-Newsreader: Forte Agent 3.3/32.846 X-No-Archive: YES X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 20 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1345924629 news.xs4all.nl 6866 [2001:888:2000:d::a6]:60255 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:27885 On Sat, 25 Aug 2012 09:55:27 +0100, Mark Lawrence declaimed the following in gmane.comp.python.general: > > I'm just wondering out aloud if the number of times this type of thread > has been debated here will fit into a Python long or float? Well, since I don't think one can have a fractional debate (maybe if someone starts a thread and NOBODY ever follows up on it), then float's don't gain us anything there. Presuming a double-precision float, we would have 14-15 significant digits for the mantissa -- so anything greater than (9)99,999,999,999,999 will have lost accuracy. In contrast Python longs have effectively unlimited significant digits. -- Wulfraed Dennis Lee Bieber AF6VN wlfraed@ix.netcom.com HTTP://wlfraed.home.netcom.com/