Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/clinic/
Dcmathmodule.c.h474 {"sinh", (PyCFunction)cmath_sinh, METH_O, cmath_sinh__doc__},
480 cmath_sinh(PyObject *module, PyObject *arg) in cmath_sinh() function
/external/python/cpython2/Modules/
Dcmathmodule.c911 FUNC1(cmath_sinh, c_sinh) in FUNC1()
1084 {"sinh", cmath_sinh, METH_VARARGS, c_sinh_doc},