Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/clinic/
Dcmathmodule.c.h99 cmath_asin_impl(PyObject *module, Py_complex z);
113 _return_value = cmath_asin_impl(module, z); in cmath_asin()
/external/python/cpython3/Modules/
Dcmathmodule.c293 cmath_asin_impl(PyObject *module, Py_complex z) in cmath_asin_impl() function