Searched refs:cmath_tanh (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython3/Modules/clinic/ |
D | cmathmodule.c.h | 600 {"tanh", (PyCFunction)cmath_tanh, METH_O, cmath_tanh__doc__}, 606 cmath_tanh(PyObject *module, PyObject *arg) in cmath_tanh() function
|
/external/python/cpython2/Modules/ |
D | cmathmodule.c | 914 FUNC1(cmath_tanh, c_tanh) in FUNC1() 1087 {"tanh", cmath_tanh, METH_VARARGS, c_tanh_doc},
|