Home
last modified time | relevance | path

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

/third_party/python/Modules/clinic/
Dcmathmodule.c.h787 {"isfinite", (PyCFunction)cmath_isfinite, METH_O, cmath_isfinite__doc__},
793 cmath_isfinite(PyObject *module, PyObject *arg) in cmath_isfinite() function