Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/clinic/
Dcmathmodule.c.h558 {"tan", (PyCFunction)cmath_tan, METH_O, cmath_tan__doc__},
564 cmath_tan(PyObject *module, PyObject *arg) in cmath_tan() function
/external/python/cpython2/Modules/
Dcmathmodule.c913 FUNC1(cmath_tan, c_tan) in FUNC1()
1086 {"tan", cmath_tan, METH_VARARGS, c_tan_doc},