Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/clinic/
Dcmathmodule.c.h516 {"sqrt", (PyCFunction)cmath_sqrt, METH_O, cmath_sqrt__doc__},
522 cmath_sqrt(PyObject *module, PyObject *arg) in cmath_sqrt() function
/external/python/cpython2/Modules/
Dcmathmodule.c912 FUNC1(cmath_sqrt, c_sqrt) in FUNC1()
1085 {"sqrt", cmath_sqrt, METH_VARARGS, c_sqrt_doc},