This routine computes the Pochhammer symbol, (a)x = Gamma(a+x)/Gamma(a).
function poch_ax extends Modelica.Icons.Function; input Real a, x; output Real y; end poch_ax;