Searched refs:cmath_cosh (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython3/Modules/clinic/ |
D | cmathmodule.c.h | 306 {"cosh", (PyCFunction)cmath_cosh, METH_O, cmath_cosh__doc__}, 312 cmath_cosh(PyObject *module, PyObject *arg) in cmath_cosh() function
|
/external/python/cpython2/Modules/ |
D | cmathmodule.c | 907 FUNC1(cmath_cosh, c_cosh) in FUNC1() 1074 {"cosh", cmath_cosh, METH_VARARGS, c_cosh_doc},
|