Home | History | Annotate | Download | only in info

Lines Matching full:factorial

4072      in the same invocation of factorial, i.e., after the inner
4075 94 int factorial (int value)
4078 97 value *= factorial (value - 1);