Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/clinic/
Dcmathmodule.c.h729 {"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/
Dcmathmodule.c974 cmath_rect(PyObject *self, PyObject *args) in cmath_rect() function
1082 {"rect", cmath_rect, METH_VARARGS, cmath_rect_doc},