Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
ce5a56e9851a65a94b24b27ec6e55d4c47d7e46c
/
Python
/
pymath.c
c83ea13
Untabify C files. Will watch buildbots.
by Antoine Pitrou
· 15 years ago
12748b0
Issue #7518: Move substitute definitions of C99 math functions from
by Mark Dickinson
· 15 years ago
1d6e2e1
Issue #7117 (backport py3k float repr) continued:
by Mark Dickinson
· 16 years ago
8e5446f
Backport r71704 (add configure check for C99 round function) to trunk.
by Mark Dickinson
· 16 years ago
4beb89b
copysign shouldn't be declared as static in pymath.c
by Mark Dickinson
· 16 years ago
c97c909
Issue #4575: fix Py_IS_INFINITY macro to work correctly on x87 FPUs.
by Mark Dickinson
· 16 years ago
f8db822
any platform without HAVE_LOG1P should have DBL_EPSILON in <float.h>
by Andrew MacIntyre
· 17 years ago
6f34109
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.
by Christian Heimes
· 17 years ago