]> granicus.if.org Git - python/commit
Merged revisions 75117 via svnmerge from
authorMark Dickinson <dickinsm@gmail.com>
Mon, 28 Sep 2009 19:21:11 +0000 (19:21 +0000)
committerMark Dickinson <dickinsm@gmail.com>
Mon, 28 Sep 2009 19:21:11 +0000 (19:21 +0000)
commit12c4bdb0e8d96640423bd6878dac2aecacb2d741
tree87890d9a18bc8ddf348f4b7764d0418b003b4b1b
parent40af630672b8d7d71f7ebf70ae9d4a133210cfb1
Merged revisions 75117 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r75117 | mark.dickinson | 2009-09-28 19:54:55 +0100 (Mon, 28 Sep 2009) | 3 lines

  Issue #3366:  Add gamma function to math module.
  (lgamma, erf and erfc to follow).
........
Doc/library/math.rst
Lib/test/math_testcases.txt [new file with mode: 0644]
Lib/test/test_math.py
Misc/NEWS
Modules/mathmodule.c