Issue #3366: Add expm1 function to math module. Thanks Eric Smith for

testing on Windows.
This commit is contained in:
Mark Dickinson 2009-12-16 20:13:40 +00:00
parent 98e3df38fd
commit 9cae178f21
13 changed files with 162 additions and 10 deletions

View file

@ -161,6 +161,10 @@ SOURCE=..\..\Modules\_lsprof.c
# End Source File
# Begin Source File
SOURCE=..\..\Modules\_math.c
# End Source File
# Begin Source File
SOURCE=..\..\Modules\_randommodule.c
# End Source File
# Begin Source File