Searched refs:cmath_acos (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython3/Modules/clinic/ |
D | cmathmodule.c.h | 12 {"acos", (PyCFunction)cmath_acos, METH_O, cmath_acos__doc__}, 18 cmath_acos(PyObject *module, PyObject *arg) in cmath_acos() function
|
/external/python/cpython2/Modules/ |
D | cmathmodule.c | 900 FUNC1(cmath_acos, c_acos) in FUNC1() argument 1067 {"acos", cmath_acos, METH_VARARGS, c_acos_doc},
|