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 Alexander.Belopolsky, belopolsky, draghuram, mark.dickinson, rhettinger, stutzbach
Date 2010-05-15.15:26:34
SpamBayes Score 0.11227936
Marked as misclassified No
Message-id <1273937196.27.0.522647777711.issue8692@psf.upfronthosting.co.za>
In-reply-to
Content
But factorial_partial_product and factorial_odd_part both exist:  the former is just computing the product of all odd integers in the given interval, while the latter computes the odd part of factorial(n).

I've double checked the comments and they still look okay to me.  That particular reference really is to factorial_partial_product.
History
Date User Action Args
2010-05-15 15:26:37mark.dickinsonsetrecipients: + mark.dickinson, rhettinger, belopolsky, draghuram, stutzbach, Alexander.Belopolsky
2010-05-15 15:26:36mark.dickinsonsetmessageid: <1273937196.27.0.522647777711.issue8692@psf.upfronthosting.co.za>
2010-05-15 15:26:34mark.dickinsonlinkissue8692 messages
2010-05-15 15:26:34mark.dickinsoncreate