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


Groups > comp.lang.python > #73843

Re: 1-0.95

Path csiph.com!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed4.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path <skip.montanaro@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.030
X-Spam-Evidence '*H*': 0.94; '*S*': 0.00; 'cc:addr:python-list': 0.11; '11:59': 0.16; 'from:addr:pobox.com': 0.16; 'from:addr:skip': 0.16; ':-)': 0.16; 'sender:addr:gmail.com': 0.17; 'wrote:': 0.18; 'wed,': 0.18; 'cc:addr:python.org': 0.22; 'skip': 0.24; 'cc:2**0': 0.24; 'header:In-Reply-To:1': 0.27; 'am,': 0.29; 'message-id:@mail.gmail.com': 0.30; "i'm": 0.30; 'but': 0.35; 'received:google.com': 0.35; 'false': 0.36; 'up,': 0.60; 'making': 0.63; 'jul': 0.74
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=hmbd7OE6hdmSptCRR9zx4C52jcNSDvNyZ8Xj4pLU7Yw=; b=XpE5qVAv+uYiXUbWfXWgXDKlr6WqwIkdibcO2uziPZqT97mY3Bctq0g0NfdvtLp0rf yKYnIAT6qyJr8l6DFTPvsIFm4BxQIV6Mstv+Oo4wCw727GTVp0gQ7MD9eglA/ewMvMFu wB/nJcKgCfOquNHEbb2jDVcjRmIXIQ8KvgBgms7CgG1l0A7fij8iW+onJPYzvtU8AFPF 57Br1NRH9Zu9tImL8tFi+WH3AF44hCrHz20l9i1+9y0ZlgI5bmSI9a8i7MCxw52BYtVY 9vYUKRT1TrdlUsHQ41IQx+bhyc7yUqJYEe5vD5ZQlPT1g00N83PWBoAwER08VkEvTdsj 4Oew==
MIME-Version 1.0
X-Received by 10.42.15.70 with SMTP id k6mr5307384ica.53.1404322496308; Wed, 02 Jul 2014 10:34:56 -0700 (PDT)
Sender skip.montanaro@gmail.com
In-Reply-To <8761jflms2.fsf@elektro.pacujo.net>
References <mailman.11388.1404254753.18130.python-list@python.org> <53b424d7$0$29985$c3e8da3$5496439d@news.astraweb.com> <8761jflms2.fsf@elektro.pacujo.net>
Date Wed, 2 Jul 2014 12:34:56 -0500
X-Google-Sender-Auth IQg_Oa44nA6coxJ1QER5hpfdmN4
Subject Re: 1-0.95
From Skip Montanaro <skip@pobox.com>
To Marko Rauhamaa <marko@pacujo.net>
Content-Type text/plain; charset=UTF-8
Cc Python <python-list@python.org>
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.15
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>
Newsgroups comp.lang.python
Message-ID <mailman.11413.1404322505.18130.python-list@python.org> (permalink)
Lines 14
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1404322505 news.xs4all.nl 2893 [2001:888:2000:d::a6]:48299
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:73843

Show key headers only | View raw


On Wed, Jul 2, 2014 at 11:59 AM, Marko Rauhamaa <marko@pacujo.net> wrote:
> Yes, I'm making it up, but it's still true.

I don't think there's any reason to be hypothetical:

In [149]: d
Out[149]: Decimal('2')

In [150]: d.sqrt() * d.sqrt() == d
Out[150]: False

:-)

Skip

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


Thread

1-0.95 Pedro Izecksohn <izecksohn@yahoo.com> - 2014-07-01 14:17 -0700
  Re: 1-0.95 pecore@pascolo.net - 2014-07-02 01:13 +0200
  Re: 1-0.95 Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2014-07-02 15:27 +0000
    Re: 1-0.95 Marko Rauhamaa <marko@pacujo.net> - 2014-07-02 19:59 +0300
      Re: 1-0.95 Skip Montanaro <skip@pobox.com> - 2014-07-02 12:34 -0500
      Re: 1-0.95 Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2014-07-02 18:34 +0000
        Re: 1-0.95 Marko Rauhamaa <marko@pacujo.net> - 2014-07-02 23:00 +0300
          Re: 1-0.95 Chris Angelico <rosuav@gmail.com> - 2014-07-03 10:16 +1000
          Re: 1-0.95 Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2014-07-03 02:19 +0000
            Re: 1-0.95 Rustom Mody <rustompmody@gmail.com> - 2014-07-02 21:06 -0700
              Re: 1-0.95 Gregory Ewing <greg.ewing@canterbury.ac.nz> - 2014-07-03 16:55 +1200
                Re: 1-0.95 Rustom Mody <rustompmody@gmail.com> - 2014-07-02 22:21 -0700
                Re: 1-0.95 Ian Kelly <ian.g.kelly@gmail.com> - 2014-07-02 23:50 -0600
              OT: speeds (physical, not computing) [was Re: 1-0.95] Steven D'Aprano <steve@pearwood.info> - 2014-07-03 09:15 +0000
            Re: 1-0.95 Marko Rauhamaa <marko@pacujo.net> - 2014-07-03 09:51 +0300
              Re: 1-0.95 Steven D'Aprano <steve@pearwood.info> - 2014-07-03 09:36 +0000
                Re: 1-0.95 Marko Rauhamaa <marko@pacujo.net> - 2014-07-03 14:17 +0300

csiph-web