Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
0f72d6c25fb3ff16b4c459221d56f87f221c59d0
/
.
/
Modules
/
_math.h
blob: 69c96b5ab76a98f919793e67a19854925bcb36bd [
file
] [
log
] [
blame
]
double
_Py_expm1
(
double
x
);
#ifdef
HAVE_EXPM1
#define
m_expm1 expm1
#else
/* if the system doesn't have expm1, use the substitute
function defined in Modules/_math.c. */
#define
m_expm1
_Py_expm1
#endif