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 georg.brandl
Recipients billymac00, georg.brandl, mark.dickinson
Date 2010-12-05.12:28:25
SpamBayes Score 0.0009853017
Marked as misclassified No
Message-id <1291552106.55.0.0430925490268.issue10629@psf.upfronthosting.co.za>
In-reply-to
Content
Note that while Python's long type gives you unlimited-size integers, the float type doesn't make such promises: it is just a double-precision float.  As such, math.factorial(1234) cannot be interpreted; it would simply be positive infinity.
History
Date User Action Args
2010-12-05 12:28:26georg.brandlsetrecipients: + georg.brandl, mark.dickinson, billymac00
2010-12-05 12:28:26georg.brandlsetmessageid: <1291552106.55.0.0430925490268.issue10629@psf.upfronthosting.co.za>
2010-12-05 12:28:25georg.brandllinkissue10629 messages
2010-12-05 12:28:25georg.brandlcreate