New submission from David Hwang <hungry4gr...@gmail.com>:
These two numbers are off by 1, and so should give different answer to >>> math.remainder(12345678901234567890,3) 1.0 >>> math.remainder(12345678901234567891,3) 1.0 ---------- components: Library (Lib) messages: 361211 nosy: David Hwang priority: normal severity: normal status: open title: math.remainder() give wrong answer on large integer type: behavior versions: Python 3.8 _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue39525> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com