Searched refs:math_isqrt (Results 1 – 2 of 2) sorted by relevance
45 {"isqrt", (PyCFunction)math_isqrt, METH_O, math_isqrt__doc__},
1733 math_isqrt(PyObject *module, PyObject *n) in math_isqrt() function