Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/clinic/
Dcmathmodule.c.h225 cmath_atanh_impl(PyObject *module, Py_complex z);
239 _return_value = cmath_atanh_impl(module, z); in cmath_atanh()
/external/python/cpython3/Modules/
Dcmathmodule.c134 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() function
417 return _Py_c_neg(cmath_atanh_impl(module, _Py_c_neg(z))); in cmath_atanh_impl()