Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/clinic/
Dcmathmodule.c.h758 {"isfinite", (PyCFunction)cmath_isfinite, METH_O, cmath_isfinite__doc__},
764 cmath_isfinite(PyObject *module, PyObject *arg) in cmath_isfinite() function