Searched refs:cmath_sinh (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython3/Modules/clinic/ |
D | cmathmodule.c.h | 474 {"sinh", (PyCFunction)cmath_sinh, METH_O, cmath_sinh__doc__}, 480 cmath_sinh(PyObject *module, PyObject *arg) in cmath_sinh() function
|
/external/python/cpython2/Modules/ |
D | cmathmodule.c | 911 FUNC1(cmath_sinh, c_sinh) in FUNC1() 1084 {"sinh", cmath_sinh, METH_VARARGS, c_sinh_doc},
|