[New-bugs-announce] [issue36655] Division Precision Problem

kulopo report at bugs.python.org
Thu Apr 18 04:25:15 EDT 2019


New submission from kulopo <reg at 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 <report at bugs.python.org>
<https://bugs.python.org/issue36655>
_______________________________________


More information about the New-bugs-announce mailing list