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