1-0.95

Skip Montanaro skip at pobox.com
Wed Jul 2 13:34:56 EDT 2014


On Wed, Jul 2, 2014 at 11:59 AM, Marko Rauhamaa <marko at 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



More information about the Python-list mailing list