Searched refs:cmath_isinf (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython3/Modules/clinic/ |
D | cmathmodule.c.h | 812 {"isinf", (PyCFunction)cmath_isinf, METH_O, cmath_isinf__doc__}, 818 cmath_isinf(PyObject *module, PyObject *arg) in cmath_isinf() function
|
/external/python/cpython2/Modules/ |
D | cmathmodule.c | 1048 cmath_isinf(PyObject *self, PyObject *args) in cmath_isinf() function 1076 {"isinf", cmath_isinf, METH_VARARGS, cmath_isinf_doc},
|