Issue #7518: Move substitute definitions of C99 math functions from
commit57eee7251bfb133ed405a65c3a538e22e74d5b23
authormark.dickinson <mark.dickinson@6015fed2-1504-0410-9fe1-9d1591cc4771>
Mon, 21 Dec 2009 15:22:00 +0000 (21 15:22 +0000)
committermark.dickinson <mark.dickinson@6015fed2-1504-0410-9fe1-9d1591cc4771>
Mon, 21 Dec 2009 15:22:00 +0000 (21 15:22 +0000)
tree26b0e6638ac2139d5e776f9ffa561e770f4c07f0
parent51b4483458cac866834880bb877a914775dffc3d
Issue #7518:  Move substitute definitions of C99 math functions from
pymath.c to Modules/_math.c.

git-svn-id: http://svn.python.org/projects/python/trunk@76978 6015fed2-1504-0410-9fe1-9d1591cc4771
Include/pymath.h
Modules/Setup.dist
Modules/_math.c [copied from Python/pymath.c with 52% similarity]
Modules/_math.h
Modules/cmathmodule.c
Modules/mathmodule.c
Python/pymath.c
setup.py