Issue #3366: Add lgamma function to math module.
commit088f1fe6d64ec4e61849c4f246b82d78e90782d9
authormark.dickinson <mark.dickinson@6015fed2-1504-0410-9fe1-9d1591cc4771>
Fri, 11 Dec 2009 17:29:33 +0000 (11 17:29 +0000)
committermark.dickinson <mark.dickinson@6015fed2-1504-0410-9fe1-9d1591cc4771>
Fri, 11 Dec 2009 17:29:33 +0000 (11 17:29 +0000)
tree3af0db14e9ba3ed17410814be57105073b4cbbc4
parent92c9945314170a0055c4e77e4b8b3a90eb2bf4b2
Issue #3366:  Add lgamma function to math module.

git-svn-id: http://svn.python.org/projects/python/trunk@76755 6015fed2-1504-0410-9fe1-9d1591cc4771
Doc/library/math.rst
Lib/test/math_testcases.txt
Lib/test/test_math.py
Misc/NEWS
Modules/mathmodule.c