Searched refs:factorial (Results 1 – 6 of 6) sorted by relevance
55 factorial(const int i) in factorial() function62 return i * factorial(i - 1); in factorial()86 state.push_integer(factorial(i)); in lua_factorial()
6 factorial.dc
94 diff foo1 foo2 || echo 'BAD: T.func (factorial)'
173 int Factorial(int n); // Returns the factorial of n179 // Tests factorial of 0.184 // Tests factorial of positive numbers.
364 dnl A minimal Lua factorial to prove this is an interpreter. This should work367 -- a simple factorial
67870 factorial