Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/clinic/
Dcmathmodule.c.h264 {"cos", (PyCFunction)cmath_cos, METH_O, cmath_cos__doc__},
270 cmath_cos(PyObject *module, PyObject *arg) in cmath_cos() function
/external/python/cpython2/Modules/
Dcmathmodule.c906 FUNC1(cmath_cos, c_cos) in FUNC1()
1073 {"cos", cmath_cos, METH_VARARGS, c_cos_doc},