Searched refs:cmath_asinh (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython3/Modules/clinic/ |
D | cmathmodule.c.h | 138 {"asinh", (PyCFunction)cmath_asinh, METH_O, cmath_asinh__doc__}, 144 cmath_asinh(PyObject *module, PyObject *arg) in cmath_asinh() function
|
/external/python/cpython2/Modules/ |
D | cmathmodule.c | 903 FUNC1(cmath_asinh, c_asinh) in FUNC1() 1070 {"asinh", cmath_asinh, METH_VARARGS, c_asinh_doc},
|