Searched refs:math_factorial (Results 1 – 3 of 3) sorted by relevance
/external/python/cpython2/Modules/ |
D | mathmodule.c | 1087 math_factorial(PyObject *self, PyObject *arg) in math_factorial() function 1588 {"factorial", math_factorial, METH_O, math_factorial_doc},
|
/external/python/cpython3/Modules/clinic/ |
D | mathmodule.c.h | 56 {"factorial", (PyCFunction)math_factorial, METH_O, math_factorial__doc__},
|
/external/python/cpython3/Modules/ |
D | mathmodule.c | 2060 math_factorial(PyObject *module, PyObject *arg) in math_factorial() function 3244 return math_factorial(module, n); in math_perm_impl()
|