This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients loewis, mark.dickinson, serhiy.storchaka, skrah, tom.pohl
Date 2012-11-12.10:21:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1352715700.26.0.80437397594.issue16460@psf.upfronthosting.co.za>
In-reply-to
Content
> 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
History
Date User Action Args
2012-11-12 10:21:40serhiy.storchakasetrecipients: + serhiy.storchaka, loewis, mark.dickinson, skrah, tom.pohl
2012-11-12 10:21:40serhiy.storchakasetmessageid: <1352715700.26.0.80437397594.issue16460@psf.upfronthosting.co.za>
2012-11-12 10:21:40serhiy.storchakalinkissue16460 messages
2012-11-12 10:21:40serhiy.storchakacreate