Searched refs:cmath_isclose (Results 1 – 1 of 1) sorted by relevance
854 {"isclose", (PyCFunction)cmath_isclose, METH_FASTCALL|METH_KEYWORDS, cmath_isclose__doc__},861 cmath_isclose(PyObject *module, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) in cmath_isclose() function