Issue #3366: Add gamma function to math module.
commit56e55668da8f1df310e1dbe00ab37a2d27d85767
authormark.dickinson <mark.dickinson@6015fed2-1504-0410-9fe1-9d1591cc4771>
Mon, 28 Sep 2009 18:54:55 +0000 (28 18:54 +0000)
committermark.dickinson <mark.dickinson@6015fed2-1504-0410-9fe1-9d1591cc4771>
Mon, 28 Sep 2009 18:54:55 +0000 (28 18:54 +0000)
treea7aeba01e7de48e6d7c0da685dfa4303d8b4ac7f
parent44a34922ec398eb1ae299393e8232105b27091eb
Issue #3366:  Add gamma function to math module.
(lgamma, erf and erfc to follow).

git-svn-id: http://svn.python.org/projects/python/trunk@75117 6015fed2-1504-0410-9fe1-9d1591cc4771
Doc/library/math.rst
Lib/test/math_testcases.txt [new file with mode: 0644]
Lib/test/test_math.py
Misc/NEWS
Modules/mathmodule.c