Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dcmathmodule.c52 static Py_complex c_atanh(Py_complex);
262 s = c_atanh(s); in c_atan()
307 c_atanh(Py_complex z) in c_atanh() function
316 return c_neg(c_atanh(c_neg(z))); in c_atanh()
905 FUNC1(cmath_atanh, c_atanh) in FUNC1()