Searched refs:cmath_atan (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython3/Modules/clinic/ |
D | cmathmodule.c.h | 180 {"atan", (PyCFunction)cmath_atan, METH_O, cmath_atan__doc__}, 186 cmath_atan(PyObject *module, PyObject *arg) in cmath_atan() function
|
/external/python/cpython2/Modules/ |
D | cmathmodule.c | 904 FUNC1(cmath_atan, c_atan) in FUNC1() 1071 {"atan", cmath_atan, METH_VARARGS, c_atan_doc},
|