Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/clinic/
Dcmathmodule.c.h306 {"cosh", (PyCFunction)cmath_cosh, METH_O, cmath_cosh__doc__},
312 cmath_cosh(PyObject *module, PyObject *arg) in cmath_cosh() function
/external/python/cpython2/Modules/
Dcmathmodule.c907 FUNC1(cmath_cosh, c_cosh) in FUNC1()
1074 {"cosh", cmath_cosh, METH_VARARGS, c_cosh_doc},