Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/clinic/
Dcmathmodule.c.h702 {"polar", (PyCFunction)cmath_polar, METH_O, cmath_polar__doc__},
708 cmath_polar(PyObject *module, PyObject *arg) in cmath_polar() function
/external/python/cpython2/Modules/
Dcmathmodule.c938 cmath_polar(PyObject *self, PyObject *args) in cmath_polar() function
1081 {"polar", cmath_polar, METH_VARARGS, cmath_polar_doc},