TRUECALC
Functions

GAMMA

Gamma function

Try it

When to use it

When should I use GAMMA?

Use GAMMA to compute the gamma function value for a given number, which is a generalization of factorial used in probability distributions and combinatorial analysis.

Used in

science

Syntax

GAMMA(x)

Examples

=GAMMA(4.5) // => 11.631728396567436
=GAMMA(3) // => 2

On this page