Searched refs:math_isnan (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython3/Modules/clinic/ |
D | mathmodule.c.h | 487 {"isnan", (PyCFunction)math_isnan, METH_O, math_isnan__doc__}, 493 math_isnan(PyObject *module, PyObject *arg) in math_isnan() function
|
/external/python/cpython2/Modules/ |
D | mathmodule.c | 1545 math_isnan(PyObject *self, PyObject *arg) in math_isnan() function 1596 {"isnan", math_isnan, METH_O, math_isnan_doc},
|