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 mark.dickinson
Recipients alanmcintyre, dtorp, mark.dickinson, rhettinger
Date 2008-02-18.23:05:52
SpamBayes Score 0.07346907
Marked as misclassified No
Message-id <1203375953.76.0.155757694473.issue2138@psf.upfronthosting.co.za>
In-reply-to
Content
The other issue here is that I see factorial as being the thin end of 
the 
wedge.  If factorial were implemented, it would probably only be on the 
order of minutes before people wanted to know where the binomial() 
function was.

So it seems to me that either there should be a good single place for 
all 
integer-related math, (gcd, xgcd, binomial, factorial, ...) or we should 
leave this for third-party modules for the moment.
History
Date User Action Args
2008-02-18 23:05:53mark.dickinsonsetspambayes_score: 0.0734691 -> 0.07346907
recipients: + mark.dickinson, rhettinger, dtorp, alanmcintyre
2008-02-18 23:05:53mark.dickinsonsetspambayes_score: 0.0734691 -> 0.0734691
messageid: <1203375953.76.0.155757694473.issue2138@psf.upfronthosting.co.za>
2008-02-18 23:05:52mark.dickinsonlinkissue2138 messages
2008-02-18 23:05:52mark.dickinsoncreate