Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/clinic/
Dcmathmodule.c.h732 cmath_rect_impl(PyObject *module, double r, double phi);
745 return_value = cmath_rect_impl(module, r, phi); in cmath_rect()
/external/python/cpython3/Modules/
Dcmathmodule.c1072 cmath_rect_impl(PyObject *module, double r, double phi) in cmath_rect_impl() function