Wiki

Clone wiki

symja_android_library / Symbols / Gamma

Gamma

Gamma(n)
returns the gamma function, which is an extension of the factorial function, with its argument shifted down by 1: Gamma(n) = (n-1)!

See:

Examples

>>> Gamma(5/2)
3/4*Pi^(1/2)

Related terms

Factorial, Factorial2, Pochhammer

Updated