mirror of
https://github.com/python/cpython.git
synced 2025-07-29 22:24:49 +00:00
I finally got the time to update and merge Mark's and my trunk-math branch. The patch is collaborated work of Mark Dickinson and me. It was mostly done a few months ago. The patch fixes a lot of loose ends and edge cases related to operations with NaN, INF, very small values and complex math.
The patch also adds acosh, asinh, atanh, log1p and copysign to all platforms. Finally it fixes differences between platforms like different results or exceptions for edge cases. Have fun :)
This commit is contained in:
parent
858a77099e
commit
6f34109384
25 changed files with 5101 additions and 1158 deletions
|
@ -73,6 +73,7 @@
|
|||
#if defined(PYMALLOC_DEBUG) && !defined(WITH_PYMALLOC)
|
||||
#error "PYMALLOC_DEBUG requires WITH_PYMALLOC"
|
||||
#endif
|
||||
#include "pymath.h"
|
||||
#include "pymem.h"
|
||||
|
||||
#include "object.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue