Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
Dmathmodule.c903 math_lcm(PyObject *module, PyObject * const *args, Py_ssize_t nargs) in math_lcm() function
3485 {"lcm", (PyCFunction)(void(*)(void))math_lcm, METH_FASTCALL, math_lcm_doc},