Searched refs:cmath_sqrt (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython3/Modules/clinic/ |
D | cmathmodule.c.h | 516 {"sqrt", (PyCFunction)cmath_sqrt, METH_O, cmath_sqrt__doc__}, 522 cmath_sqrt(PyObject *module, PyObject *arg) in cmath_sqrt() function
|
/external/python/cpython2/Modules/ |
D | cmathmodule.c | 912 FUNC1(cmath_sqrt, c_sqrt) in FUNC1() 1085 {"sqrt", cmath_sqrt, METH_VARARGS, c_sqrt_doc},
|