.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 2025-01-31T19:25:52Z by OpenModelicaOpenModelica 1.24.3 using GenerateDoc.mos