Richard Oudkerk added the comment:

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

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue17821>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to