Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/clinic/
Dcmathmodule.c.h857 cmath_isclose_impl(PyObject *module, Py_complex a, Py_complex b,
876 _return_value = cmath_isclose_impl(module, a, b, rel_tol, abs_tol); in cmath_isclose()
/external/python/cpython3/Modules/
Dcmathmodule.c1191 cmath_isclose_impl(PyObject *module, Py_complex a, Py_complex b, in cmath_isclose_impl() function