Searched refs:cmath_isclose_impl (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython3/Modules/clinic/ |
D | cmathmodule.c.h | 857 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/ |
D | cmathmodule.c | 1191 cmath_isclose_impl(PyObject *module, Py_complex a, Py_complex b, in cmath_isclose_impl() function
|