Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/clinic/
Dmathmodule.c.h453 {"isfinite", (PyCFunction)math_isfinite, METH_O, math_isfinite__doc__},
459 math_isfinite(PyObject *module, PyObject *arg) in math_isfinite() function