Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
D_math.h1 double _Py_acosh(double x);
12 #define m_acosh _Py_acosh
D_math.c41 _Py_acosh(double x) in _Py_acosh() function
/external/python/cpython3/Modules/
D_math.h6 double _Py_acosh(double x);
7 # define m_acosh _Py_acosh
D_math.c50 _Py_acosh(double x) in _Py_acosh() function