[issue36151] Incorrect answer when calculating 11//3
New submission from Aiden Zhou : When calculating 11//3, the last digit of the decimals is wrongly rounded to 5 as obviously it needs to be rounded to 7. IDLE (Python 3.7 32-bit) -- assignee: terry.reedy components: IDLE files: Screenshot (102)_LI.jpg messages: 336868 nosy: azihdoeun, terry.reedy priority: normal severity: normal status: open title: Incorrect answer when calculating 11//3 type: behavior versions: Python 3.7 Added file: https://bugs.python.org/file48179/Screenshot (102)_LI.jpg ___ Python tracker <https://bugs.python.org/issue36151> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue36151] Incorrect answer when calculating 11//3
Change by Aiden Zhou : Added file: https://bugs.python.org/file48180/Screenshot (102)_LI.jpg ___ Python tracker <https://bugs.python.org/issue36151> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue36151] Incorrect answer when calculating 11//3
Change by Aiden Zhou : Removed file: https://bugs.python.org/file48180/Screenshot (102)_LI.jpg ___ Python tracker <https://bugs.python.org/issue36151> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com