Home
last modified time | relevance | path

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

/third_party/python/Modules/clinic/
Dmathmodule.c.h56 {"factorial", (PyCFunction)math_factorial, METH_O, math_factorial__doc__},
/third_party/python/Modules/
Dmathmodule.c2060 math_factorial(PyObject *module, PyObject *arg) in math_factorial() function
3244 return math_factorial(module, n); in math_perm_impl()