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 alanmcintyre
Recipients alanmcintyre, dtorp, mark.dickinson
Date 2008-02-18.17:50:50
SpamBayes Score 0.036560364
Marked as misclassified No
Message-id <1203357052.04.0.0404879270189.issue2138@psf.upfronthosting.co.za>
In-reply-to
Content
>Except that hypot is not a one-liner, if you want to get edge cases
right. 

Ah, true; thanks for pointing that out.

Should there be some upper limit on the argument math.factorial would
take?  At the moment I can't think of any reason for picking a given
limit, except perhaps execution time.  (10**4)! can be done in about 1
second on my old & slow laptop; are there realistic use cases for
numbers much bigger than that?
History
Date User Action Args
2008-02-18 17:50:52alanmcintyresetspambayes_score: 0.0365604 -> 0.036560364
recipients: + alanmcintyre, mark.dickinson, dtorp
2008-02-18 17:50:52alanmcintyresetspambayes_score: 0.0365604 -> 0.0365604
messageid: <1203357052.04.0.0404879270189.issue2138@psf.upfronthosting.co.za>
2008-02-18 17:50:51alanmcintyrelinkissue2138 messages
2008-02-18 17:50:50alanmcintyrecreate