Calc Board Help
Cover Image

Gamma Function

Syntax: gamma(z), gammaf(z)

Example Syntax Output
Γ(4) = 3! gamma(4) 6

This is an approximation of the complex gamma function.

&Gamma(n) = (n-1)! ∀ n∈N

If you already need gamma for the name of a variable, you can use gammaf instead. It does the same.