[New-bugs-announce] [issue34703] Unexpected Arithmetic Result

chengxuncc report at bugs.python.org
Sun Sep 16 07:05:14 EDT 2018


New submission from chengxuncc <chengxuncc at gmail.com>:

>>> 2359296/10/1000**2
0.23592960000000002

>>> 2359296/10000000
0.2359296

You can see it.

----------
components: Interpreter Core
messages: 325478
nosy: chengxuncc
priority: normal
severity: normal
status: open
title: Unexpected Arithmetic Result
type: behavior
versions: Python 3.7

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue34703>
_______________________________________


More information about the New-bugs-announce mailing list