Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/clinic/
Dcmathmodule.c.h676 cmath_phase_impl(PyObject *module, Py_complex z);
687 return_value = cmath_phase_impl(module, z); in cmath_phase()
/external/python/cpython3/Modules/
Dcmathmodule.c1005 cmath_phase_impl(PyObject *module, Py_complex z) in cmath_phase_impl() function