Home
last modified time | relevance | path

Searched refs:SmallFactorials (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Modules/
H A Dmathmodule.c2083 static const unsigned long SmallFactorials[] = { variable
2129 if (x < (long)Py_ARRAY_LENGTH(SmallFactorials)) in math_factorial()
2130 return PyLong_FromUnsignedLong(SmallFactorials[x]); in math_factorial()

Completed in 5 milliseconds