Searched refs:cmath_tan (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython3/Modules/clinic/ |
D | cmathmodule.c.h | 558 {"tan", (PyCFunction)cmath_tan, METH_O, cmath_tan__doc__}, 564 cmath_tan(PyObject *module, PyObject *arg) in cmath_tan() function
|
/external/python/cpython2/Modules/ |
D | cmathmodule.c | 913 FUNC1(cmath_tan, c_tan) in FUNC1() 1086 {"tan", cmath_tan, METH_VARARGS, c_tan_doc},
|