Gamma function

FCC link

Implement one algorithm (or more) to compute the Gamma ($\Gamma$) function (in the real field only).

The Gamma function can be defined as:

$\Gamma(x) = \displaystyle\int_0^\infty t^{x-1}e^{-t} dt$

Test

{{test}}

Console output