Searched refs:cmath_rect (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython3/Modules/clinic/ |
D | cmathmodule.c.h | 729 {"rect", (PyCFunction)cmath_rect, METH_FASTCALL, cmath_rect__doc__}, 735 cmath_rect(PyObject *module, PyObject *const *args, Py_ssize_t nargs) in cmath_rect() function
|
/external/python/cpython2/Modules/ |
D | cmathmodule.c | 974 cmath_rect(PyObject *self, PyObject *args) in cmath_rect() function 1082 {"rect", cmath_rect, METH_VARARGS, cmath_rect_doc},
|