[New-bugs-announce] [issue44419] Wrong division calculation for numbers more than 16 digits

Abbas Baharforoosh report at bugs.python.org
Mon Jun 14 10:04:18 EDT 2021


New submission from Abbas Baharforoosh <abahar1996 at gmail.com>:

Hi
For big numbers (more than about 16 digits), python wrong calculate division, but calculating mod (%) is correct.

I write a sample code of manual division in file.

Thanks

----------
files: big_number.py
messages: 395798
nosy: abahar1996
priority: normal
severity: normal
status: open
title: Wrong division calculation for numbers more than 16 digits
versions: Python 3.9
Added file: https://bugs.python.org/file50108/big_number.py

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


More information about the New-bugs-announce mailing list