Searched refs:cmath_cos (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython3/Modules/clinic/ |
D | cmathmodule.c.h | 264 {"cos", (PyCFunction)cmath_cos, METH_O, cmath_cos__doc__}, 270 cmath_cos(PyObject *module, PyObject *arg) in cmath_cos() function
|
/external/python/cpython2/Modules/ |
D | cmathmodule.c | 906 FUNC1(cmath_cos, c_cos) in FUNC1() 1073 {"cos", cmath_cos, METH_VARARGS, c_cos_doc},
|