WORKED DEFAULT
Check the calculation with the default inputs
For x = 5, Gamma(5) = 24. The recurrence gives Gamma(6) = 120, while 5 x Gamma(5) also equals 120; for integers, Gamma(n) = (n - 1)!.
- Enter the argumentx = 5
- Evaluate GammaGamma(5) = 24
- Check recurrenceGamma(6) = 5 x 24 = 120