[New-bugs-announce] [issue27708] Roudning/Large Int representation error with multiplication and division

Ethan Glass report at bugs.python.org
Mon Aug 8 06:57:19 EDT 2016


New submission from Ethan Glass:

Python represents large integers as floating-points, which may or may not be the cause or part of the cause of division of said large integers evaluating to a floating-point number usually within a 1-integer range of the correct result.

----------
components: ctypes
messages: 272160
nosy: eglass
priority: normal
severity: normal
status: open
title: Roudning/Large Int representation error with multiplication and division
type: behavior
versions: Python 3.6

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue27708>
_______________________________________


More information about the New-bugs-announce mailing list