.GNU_ScientificLibrary.Functions.specfunc.beta_Bab

Beta function, B(a,b)

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 2025-04-02T18:24:35Z by OpenModelicaOpenModelica 1.24.5 using GenerateDoc.mos