Searched refs:cmath_isnan (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython3/Modules/clinic/ |
D | cmathmodule.c.h | 785 {"isnan", (PyCFunction)cmath_isnan, METH_O, cmath_isnan__doc__}, 791 cmath_isnan(PyObject *module, PyObject *arg) in cmath_isnan() function
|
/external/python/cpython2/Modules/ |
D | cmathmodule.c | 1035 cmath_isnan(PyObject *self, PyObject *args) in cmath_isnan() function 1077 {"isnan", cmath_isnan, METH_VARARGS, cmath_isnan_doc},
|