Returns the gamma function value of a given number.
Sample Usage
GAMMA(4)
GAMMA(C5)
Syntax
GAMMA(number)
- number - The input to the Gamma function.
Examples
GAMMA(4) returns a value of 6.
GAMMA(C5) returns the gamma function evaluated at the number specified in C5.