.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-12-11T19:25:49Z by OpenModelicaOpenModelica 1.24.2 using GenerateDoc.mos