mirror of
https://github.com/python/cpython.git
synced 2025-11-03 03:22:27 +00:00
Merged revisions 76861 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r76861 | mark.dickinson | 2009-12-16 20:13:40 +0000 (Wed, 16 Dec 2009) | 3 lines Issue #3366: Add expm1 function to math module. Thanks Eric Smith for testing on Windows. ........
This commit is contained in:
parent
ef1992b9fb
commit
664b511c0a
13 changed files with 162 additions and 10 deletions
|
|
@ -157,6 +157,10 @@ SOURCE=..\..\Modules\_lsprof.c
|
|||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\..\Modules\_math.c
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\..\Modules\_pickle.c
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
|
|
|||
|
|
@ -408,6 +408,9 @@
|
|||
<File
|
||||
RelativePath="..\..\Modules\_lsprof.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\Modules\_math.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\Modules\_pickle.c">
|
||||
</File>
|
||||
|
|
|
|||
|
|
@ -1042,6 +1042,14 @@
|
|||
RelativePath="..\..\Modules\_lsprof.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\Modules\_math.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\Modules\_math.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\Modules\_pickle.c"
|
||||
>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue