public interface Gamma
extends java.io.Serializable
The Gamma function is an extension of the factorial function to real and complex numbers, with its argument shifted down by 1.
For real numbers, it is defined as:
\[
\Gamma(z) = \int_0^\infty e^{-t} t^{z-1} dt
\]