Home
last modified time | relevance | path

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

/third_party/python/Modules/clinic/
Dmathmodule.c.h487 {"isnan", (PyCFunction)math_isnan, METH_O, math_isnan__doc__},
493 math_isnan(PyObject *module, PyObject *arg) in math_isnan() function