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 stutzbach
Recipients mark.dickinson, nirinA, rhettinger, stutzbach, terry.reedy
Date 2008-07-25.04:29:33
SpamBayes Score 0.15782483
Marked as misclassified No
Message-id <1216960184.2.0.135864899275.issue3366@psf.upfronthosting.co.za>
In-reply-to
Content
I think he just carried the names over from C, where:

tgamma() is the "true gamma function"
lgamma() is the log of the gamma function

and gamma() might be tgamma() or lgamma() depending on which C library
you use (sigh).

I'm +1 on making gamma() be the true gamma function and not carrying
over this brain-damage to Python.
History
Date User Action Args
2008-07-25 04:29:45stutzbachsetspambayes_score: 0.157825 -> 0.15782483
recipients: + stutzbach, rhettinger, terry.reedy, mark.dickinson, nirinA
2008-07-25 04:29:44stutzbachsetspambayes_score: 0.157825 -> 0.157825
messageid: <1216960184.2.0.135864899275.issue3366@psf.upfronthosting.co.za>
2008-07-25 04:29:40stutzbachlinkissue3366 messages
2008-07-25 04:29:36stutzbachcreate