.GNU_ScientificLibrary.Functions.specfunc.beta_Bab

Information

This routine computes the Beta function, Beta(a,x) = Gamma(a)Gamma(x)/Gamma(a+x).

Interface

function beta_Bab
  extends Modelica.Icons.Function;
  input Real a, x;
  output Real y;
end beta_Bab;

Generated at 2024-04-28T18:16:21Z by OpenModelicaOpenModelica 1.22.3 using GenerateDoc.mos