Searched refs:math_isinf (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython3/Modules/clinic/ |
D | mathmodule.c.h | 445 {"isinf", (PyCFunction)math_isinf, METH_O, math_isinf__doc__}, 451 math_isinf(PyObject *module, PyObject *arg) in math_isinf() function
|
/external/python/cpython2/Modules/ |
D | mathmodule.c | 1558 math_isinf(PyObject *self, PyObject *arg) in math_isinf() function 1595 {"isinf", math_isinf, METH_O, math_isinf_doc},
|