Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/clinic/
Dmathmodule.c.h12 {"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