Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/clinic/
Dcmathmodule.c.h435 cmath_sin_impl(PyObject *module, Py_complex z);
449 _return_value = cmath_sin_impl(module, z); in cmath_sin()
/external/python/cpython3/Modules/
Dcmathmodule.c697 cmath_sin_impl(PyObject *module, Py_complex z) in cmath_sin_impl() function