Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/clinic/
Dcmathmodule.c.h138 {"asinh", (PyCFunction)cmath_asinh, METH_O, cmath_asinh__doc__},
144 cmath_asinh(PyObject *module, PyObject *arg) in cmath_asinh() function
/external/python/cpython2/Modules/
Dcmathmodule.c903 FUNC1(cmath_asinh, c_asinh) in FUNC1()
1070 {"asinh", cmath_asinh, METH_VARARGS, c_asinh_doc},