]> granicus.if.org Git - python/commit
Issue #3366: Add expm1 function to math module. Thanks Eric Smith for
authorMark Dickinson <dickinsm@gmail.com>
Wed, 16 Dec 2009 20:13:40 +0000 (20:13 +0000)
committerMark Dickinson <dickinsm@gmail.com>
Wed, 16 Dec 2009 20:13:40 +0000 (20:13 +0000)
commit9cae178f21745eaa2cbefb74b925bea1322a2baa
tree6d3c591dad0aee22b562b89635ab759efd708e0b
parent98e3df38fd863af8f399739e461f84058e7bcfe0
Issue #3366: Add expm1 function to math module.  Thanks Eric Smith for
testing on Windows.
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