Searched refs:cmath_phase (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython3/Modules/clinic/ |
D | cmathmodule.c.h | 673 {"phase", (PyCFunction)cmath_phase, METH_O, cmath_phase__doc__}, 679 cmath_phase(PyObject *module, PyObject *arg) in cmath_phase() function
|
/external/python/cpython2/Modules/ |
D | cmathmodule.c | 917 cmath_phase(PyObject *self, PyObject *args) in FUNC1() 1080 {"phase", cmath_phase, METH_VARARGS, cmath_phase_doc},
|