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 phr
Recipients ajaksu2, alanmcintyre, avalind, dtorp, ilan, jafo, mark.dickinson, phr, rhettinger
Date 2008-03-18.00:37:53
SpamBayes Score 0.29563788
Marked as misclassified No
Message-id <1205800734.44.0.224612870864.issue2138@psf.upfronthosting.co.za>
In-reply-to
Content
Rather than factorial how about a product function, so factorial(n) =
product(xrange(1,n+1)).  I do like the idea of an imath module whether
or not it has factorial, and the topic of this rfe has drifted somewhat
towards the desirability of such a module, which is a reasonable
question for discussion.  I'm more or less indifferent to whether imath
has factorial in it or not.  I do think it would be useful for it to
have functions for things like binomial coefficients that were
implemented a little more cleverly than with large factorials, but in
this case factorial should be there too.
History
Date User Action Args
2008-03-18 00:38:54phrsetspambayes_score: 0.295638 -> 0.29563788
recipients: + phr, rhettinger, jafo, mark.dickinson, dtorp, alanmcintyre, ajaksu2, avalind, ilan
2008-03-18 00:38:54phrsetspambayes_score: 0.295638 -> 0.295638
messageid: <1205800734.44.0.224612870864.issue2138@psf.upfronthosting.co.za>
2008-03-18 00:37:53phrlinkissue2138 messages
2008-03-18 00:37:53phrcreate