Searched refs:cmath_atanh_impl (Results 1 – 2 of 2) sorted by relevance
225 cmath_atanh_impl(PyObject *module, Py_complex z);239 _return_value = cmath_atanh_impl(module, z); in cmath_atanh()
134 static Py_complex cmath_atanh_impl(PyObject *, Py_complex);361 s = cmath_atanh_impl(module, s); in cmath_atan_impl()407 cmath_atanh_impl(PyObject *module, Py_complex z) in cmath_atanh_impl() function417 return _Py_c_neg(cmath_atanh_impl(module, _Py_c_neg(z))); in cmath_atanh_impl()