Searched refs:math_gcd (Results 1 – 1 of 1) sorted by relevance
12 {"gcd", (PyCFunction)math_gcd, METH_FASTCALL, math_gcd__doc__},18 math_gcd(PyObject *module, PyObject *const *args, Py_ssize_t nargs) in math_gcd() function