Issue #3366: Add expm1 function to math module. Thanks Eric Smith for
commit9a572be59ef1c86112fe529cbea89858e8b8e680
authormark.dickinson <mark.dickinson@6015fed2-1504-0410-9fe1-9d1591cc4771>
Wed, 16 Dec 2009 20:13:40 +0000 (16 20:13 +0000)
committermark.dickinson <mark.dickinson@6015fed2-1504-0410-9fe1-9d1591cc4771>
Wed, 16 Dec 2009 20:13:40 +0000 (16 20:13 +0000)
tree2c8bb2fcbc35ea48f153fb608e4dee7e01f83a24
parente41676f49ba611ab1f1365e4103ed2bf53912e74
Issue #3366: Add expm1 function to math module.  Thanks Eric Smith for
testing on Windows.

git-svn-id: http://svn.python.org/projects/python/trunk@76861 6015fed2-1504-0410-9fe1-9d1591cc4771
13 files changed:
Doc/library/math.rst
Lib/test/math_testcases.txt
Lib/test/test_math.py
Misc/NEWS
Modules/Setup.dist
Modules/_math.c [new file with mode: 0644]
Modules/_math.h [new file with mode: 0644]
Modules/mathmodule.c
PC/VC6/pythoncore.dsp
PC/VS7.1/pythoncore.vcproj
PC/VS8.0/pythoncore.vcproj
PCbuild/pythoncore.vcproj
setup.py