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 sbt
Recipients Philippe.Rouquier, mark.dickinson, sbt
Date 2013-04-23.10:01:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1366711293.92.0.4631010906.issue17821@psf.upfronthosting.co.za>
In-reply-to
Content
Just to clarify, if you use float division then you get rounding errors.  309657313492949847071 is a rounding error:

>>> x = 284397269195572115652769428988866694680//17
>>> x - int(float(x))
309657313492949847071L
History
Date User Action Args
2013-04-23 10:01:33sbtsetrecipients: + sbt, mark.dickinson, Philippe.Rouquier
2013-04-23 10:01:33sbtsetmessageid: <1366711293.92.0.4631010906.issue17821@psf.upfronthosting.co.za>
2013-04-23 10:01:33sbtlinkissue17821 messages
2013-04-23 10:01:33sbtcreate