Lines Matching full:factorial
4072 in the same invocation of factorial, i.e., after the inner4075 94 int factorial (int value)4078 97 value *= factorial (value - 1);