Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/clinic/
Dcmathmodule.c.h267 cmath_cos_impl(PyObject *module, Py_complex z);
281 _return_value = cmath_cos_impl(module, z); in cmath_cos()
/external/python/cpython3/Modules/
Dcmathmodule.c462 cmath_cos_impl(PyObject *module, Py_complex z) in cmath_cos_impl() function