The Gamma function,
G(n)= Integral from 0 to infinity [Exp(e^-x^n)]dx
is of the great mathematical and physical importance.
It can be calculated without numerical integration (for practical purposes) via its mathematical and physical properties:
i-minimum of Gamma occurs at x = 1.4616321 and the corresponding value of Gamma(x) is 0.8856032.
ii-Gamma(1.)=Gamma(2.)=1.
iii-Gamma(x)=(x-1.) !
A simple preliminary approach that gives the value of Gamma(x) with an error less than 0.001 is the second-order polynomial expression for the factorial x,
(1.-0.46163*x+0.46163*x*x),x element of [0,1].
For example, this gives:
G(10.5)=11877478.
vs the value of 11899423.084) given by numerical integration.
and Gamma(1.4616)= 0.88527 vs 0.8856032.