Serhiy Storchaka added the comment: > Your computer is not capable of performing the mathematically-divided-by > operation; you have to compute it on paper.
You can compute it with Python. >>> math.floor(1/fractions.Fraction(0.1)) 9 ---------- _______________________________________ 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