New submission from kulopo <r...@kulopo.com>:
>>> a=224847175712806907706081280 >>> b=4294967296 >>> assert int(a*b/b)==int(a) Traceback (most recent call last): File "<stdin>", line 1, in <module> AssertionError (a can be exact divided by b) ---------- messages: 340471 nosy: kulopo priority: normal severity: normal status: open title: Division Precision Problem type: behavior versions: Python 3.7 _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue36655> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com