Searched refs:cmath_asin (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython3/Modules/clinic/ |
D | cmathmodule.c.h | 96 {"asin", (PyCFunction)cmath_asin, METH_O, cmath_asin__doc__}, 102 cmath_asin(PyObject *module, PyObject *arg) in cmath_asin() function
|
/external/python/cpython2/Modules/ |
D | cmathmodule.c | 902 FUNC1(cmath_asin, c_asin) in FUNC1() 1069 {"asin", cmath_asin, METH_VARARGS, c_asin_doc},
|