Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
D_math.h2 double _Py_asinh(double x);
20 #define m_asinh _Py_asinh
D_math.c88 _Py_asinh(double x) in _Py_asinh() function
/external/python/cpython3/Modules/
D_math.h15 double _Py_asinh(double x);
16 # define m_asinh _Py_asinh
D_math.c99 _Py_asinh(double x) in _Py_asinh() function