Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/clinic/
Dcmathmodule.c.h183 cmath_atan_impl(PyObject *module, Py_complex z);
197 _return_value = cmath_atan_impl(module, z); in cmath_atan()
/external/python/cpython3/Modules/
Dcmathmodule.c354 cmath_atan_impl(PyObject *module, Py_complex z) in cmath_atan_impl() function