Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/clinic/
Dcmathmodule.c.h673 {"phase", (PyCFunction)cmath_phase, METH_O, cmath_phase__doc__},
679 cmath_phase(PyObject *module, PyObject *arg) in cmath_phase() function
/external/python/cpython2/Modules/
Dcmathmodule.c917 cmath_phase(PyObject *self, PyObject *args) in FUNC1()
1080 {"phase", cmath_phase, METH_VARARGS, cmath_phase_doc},