Searched refs:cmath_atanh (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython3/Modules/clinic/ |
D | cmathmodule.c.h | 222 {"atanh", (PyCFunction)cmath_atanh, METH_O, cmath_atanh__doc__}, 228 cmath_atanh(PyObject *module, PyObject *arg) in cmath_atanh() function
|
/external/python/cpython2/Modules/ |
D | cmathmodule.c | 905 FUNC1(cmath_atanh, c_atanh) in FUNC1() 1072 {"atanh", cmath_atanh, METH_VARARGS, c_atanh_doc},
|