mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
Issue #3366: Add expm1 function to math module. Thanks Eric Smith for
testing on Windows.
This commit is contained in:
parent
98e3df38fd
commit
9cae178f21
13 changed files with 162 additions and 10 deletions
|
@ -1026,6 +1026,14 @@
|
|||
RelativePath="..\Modules\_lsprof.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\Modules\_math.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\Modules\_math.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\Modules\_randommodule.c"
|
||||
>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue