Ammar Askar <am...@ammaraskar.com> added the comment:

Looks like floor division for floats call into the divmod function, which has 
the same behavior:

>>> 0.9 .__divmod__(0.1)
(8.0, 0.09999999999999998)

----------
nosy: +ammar2

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue32543>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to