This routine computes the incomplete Gamma function, Gamma(a,x).
function incgamma extends Modelica.Icons.Function; input Real a, x; output Real y; end incgamma;