This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author shlomoa
Recipients shlomoa
Date 2007-12-07.09:30:32
SpamBayes Score 0.019184824
Marked as misclassified No
Message-id <1197019833.36.0.152009860011.issue1565@psf.upfronthosting.co.za>
In-reply-to
Content
#Round is unexpectedly wrong
>>> z = complex(1,1)
>>> s=abs(z)
>>> round(s,2)
1.4099999999999999
History
Date User Action Args
2007-12-07 09:30:33shlomoasetspambayes_score: 0.0191848 -> 0.019184824
recipients: + shlomoa
2007-12-07 09:30:33shlomoasetspambayes_score: 0.0191848 -> 0.0191848
messageid: <1197019833.36.0.152009860011.issue1565@psf.upfronthosting.co.za>
2007-12-07 09:30:33shlomoalinkissue1565 messages
2007-12-07 09:30:32shlomoacreate