Home
last modified time | relevance | path

Searched refs:_Py_expm1 (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Modules/
D_math.h4 double _Py_expm1(double x);
36 #define m_expm1 _Py_expm1
D_math.c166 _Py_expm1(double x) in _Py_expm1() function