Searched refs:math_factorial (Results 1 – 2 of 2) sorted by relevance
56 {"factorial", (PyCFunction)math_factorial, METH_O, math_factorial__doc__},
2060 math_factorial(PyObject *module, PyObject *arg) in math_factorial() function3244 return math_factorial(module, n); in math_perm_impl()