Evaluates the Gamma function Γ(x) on a number.
The number
const result = Chalkboard.real.Gamma(5); // Returns 24 Copy
const result = Chalkboard.real.Gamma(5); // Returns 24
Evaluates the Gamma function Γ(x) on a number.