Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/clinic/
Dcmathmodule.c.h96 {"asin", (PyCFunction)cmath_asin, METH_O, cmath_asin__doc__},
102 cmath_asin(PyObject *module, PyObject *arg) in cmath_asin() function
/external/python/cpython2/Modules/
Dcmathmodule.c902 FUNC1(cmath_asin, c_asin) in FUNC1()
1069 {"asin", cmath_asin, METH_VARARGS, c_asin_doc},