Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/clinic/
Dcmathmodule.c.h180 {"atan", (PyCFunction)cmath_atan, METH_O, cmath_atan__doc__},
186 cmath_atan(PyObject *module, PyObject *arg) in cmath_atan() function
/external/python/cpython2/Modules/
Dcmathmodule.c904 FUNC1(cmath_atan, c_atan) in FUNC1()
1071 {"atan", cmath_atan, METH_VARARGS, c_atan_doc},