Searched refs:cmath_polar (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython3/Modules/clinic/ |
D | cmathmodule.c.h | 702 {"polar", (PyCFunction)cmath_polar, METH_O, cmath_polar__doc__}, 708 cmath_polar(PyObject *module, PyObject *arg) in cmath_polar() function
|
/external/python/cpython2/Modules/ |
D | cmathmodule.c | 938 cmath_polar(PyObject *self, PyObject *args) in cmath_polar() function 1081 {"polar", cmath_polar, METH_VARARGS, cmath_polar_doc},
|