Home
last modified time | relevance | path

Searched refs:_Py_atanh (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Modules/
D_math.h3 double _Py_atanh(double x);
28 #define m_atanh _Py_atanh
D_math.c131 _Py_atanh(double x) in _Py_atanh() function
/external/python/cpython3/Modules/
D_math.h24 double _Py_atanh(double x);
25 #define m_atanh _Py_atanh
D_math.c145 _Py_atanh(double x) in _Py_atanh() function