Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dmathmodule.c1087 math_factorial(PyObject *self, PyObject *arg) in math_factorial() function
1588 {"factorial", math_factorial, METH_O, math_factorial_doc},
/external/python/cpython3/Modules/clinic/
Dmathmodule.c.h56 {"factorial", (PyCFunction)math_factorial, METH_O, math_factorial__doc__},
/external/python/cpython3/Modules/
Dmathmodule.c2060 math_factorial(PyObject *module, PyObject *arg) in math_factorial() function
3244 return math_factorial(module, n); in math_perm_impl()