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 ilan
Recipients ajaksu2, alanmcintyre, avalind, dtorp, ilan, mark.dickinson, phr, rhettinger
Date 2008-03-17.23:18:35
SpamBayes Score 0.041018803
Marked as misclassified No
Message-id <1205795916.84.0.966641331319.issue2138@psf.upfronthosting.co.za>
In-reply-to
Content
The factorial function is most likely to be used in context with other
combinatorial functions (like binomial coefficients) for these functions
an external module seems most appropriate.  Most likely people would
use a factorial function only for some small toy calculation, for those
cases one can always roll a factorial function oneself.  Python should
therefore not be cluttered with this function.  I discussed this with
several developers at PyCon08, and have therefore decided to close the
discussion for now.
History
Date User Action Args
2008-03-17 23:18:37ilansetspambayes_score: 0.0410188 -> 0.041018803
recipients: + ilan, rhettinger, phr, mark.dickinson, dtorp, alanmcintyre, ajaksu2, avalind
2008-03-17 23:18:36ilansetspambayes_score: 0.0410188 -> 0.0410188
messageid: <1205795916.84.0.966641331319.issue2138@psf.upfronthosting.co.za>
2008-03-17 23:18:36ilanlinkissue2138 messages
2008-03-17 23:18:35ilancreate