Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/clinic/
Dcmathmodule.c.h854 {"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