Martin v. Löwis added the comment: Zitat von Tom Pohl <rep...@bugs.python.org>:
> This is not: 1 // 0.1 = 9.0 because math.floor(1/0.1) is able to > come up with the result that is expected from an operator called > "floor division". You apparently assume that it is possible to give a definition to FD for floating point that is less confusing. I do not think that this is possible; in particular, I believe that definining x//y as math.floor(x/y) is also confusing, in other cases (without being able to construct such cases right away). ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue16460> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com