Path: csiph.com!usenet.pasdenom.info!news.franciliens.net!fdn.fr!usenet-fr.net!nerim.net!novso.com!newsfeed.xs4all.nl!newsfeed4a.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.031 X-Spam-Evidence: '*H*': 0.94; '*S*': 0.00; 'binary': 0.07; 'instance.': 0.09; 'subject:module': 0.09; 'cc:addr:python-list': 0.11; '754': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'sat,': 0.16; 'wrote:': 0.18; 'cc:addr:python.org': 0.22; 'cc:2**0': 0.24; 'header:In-Reply- To:1': 0.27; 'point': 0.28; 'am,': 0.29; 'message- id:@mail.gmail.com': 0.30; 'url:wiki': 0.31; 'comments,': 0.31; 'decimal': 0.31; 'url:wikipedia': 0.31; 'yes.': 0.31; 'received:google.com': 0.35; 'url:org': 0.36; 'previous': 0.38; 'tracking': 0.61; 'back': 0.62; 'refer': 0.63; 'mar': 0.68; 'processor!': 0.84; 'to:none': 0.92 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:cc :content-type:content-transfer-encoding; bh=063FWFyF7WcLNLdsf6WPraeyrx2cfG+4zClRHCsGEMg=; b=O/cefi60bdDYtgn09UGeFc2MVa/fN8PNUtxxMvs7o6CRSdURuV37/HaG3uBOzMSH14 6vZ7LkmTVNh8Iknsu0fpNOI8MjNWY+Z2cbBQchUPms70/l+Fic6N+uiS69lLmsfRWHWQ tcsqGcdtHgZGJhFq82SjyGQ1ouH4+neATQ1833XcMvqnyTqP7zMM9kzrmtM4DFbQk9pM Qh0V0eL8uWYgCfOTIGaTozpQr9SNVsNjS08EmMpES/0pEXF5CzWVsolJFVKaAN1ulw1t L7PFY3fi2chKTaHO5qh/1i2FR6mkRQDKogZ4PGy85FpFeQx8U/dsflk65zK27pgHPTpk uIkg== MIME-Version: 1.0 X-Received: by 10.66.11.66 with SMTP id o2mr5241338pab.142.1393612657435; Fri, 28 Feb 2014 10:37:37 -0800 (PST) In-Reply-To: <61ddea56-7417-4520-ac76-f1cf6400bd9a@googlegroups.com> References: <02cdd9c7-aef7-4cc7-a813-cd1c9627ceb4@googlegroups.com> <94b1962a-0004-4c5b-b484-972a166b88b5@googlegroups.com> <55525f2c-fd3a-4927-b642-2dbf5eae7e9b@googlegroups.com> <360e87d2-4daf-4222-8ebe-51f3e4d1fade@googlegroups.com> <9f7b535f-9e5d-45df-96f6-6cd8f6b4a524@googlegroups.com> <530fff58$0$11113$c3e8da3@news.astraweb.com> <53103c03$0$11113$c3e8da3@news.astraweb.com> <5310a735$0$29985$c3e8da3$5496439d@news.astraweb.com> <61ddea56-7417-4520-ac76-f1cf6400bd9a@googlegroups.com> Date: Sat, 1 Mar 2014 05:37:37 +1100 Subject: Re: extend methods of decimal module From: Chris Angelico Cc: "python-list@python.org" Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 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: 13 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1393612661 news.xs4all.nl 2850 [2001:888:2000:d::a6]:44953 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:67241 On Sat, Mar 1, 2014 at 5:34 AM, Mark H. Harris wrot= e: > Yes. ... and for clarification back to one of my previous comments, when= I refer to 'float' I am speaking of the IEEE binary floating point represe= ntation built-in everywhere... including the processor! ... not the conc= ept of tracking a floating point, say in decimal for instance. > Are you aware that IEEE 754 includes specs for decimal floats? :) http://en.wikipedia.org/wiki/IEEE_floating_point#Basic_formats ChrisA