.AixLib.Utilities.Math.Functions.besselY0

Information

Evaluates the Bessel function of the second kind of order 0 (Y0), based on the implementations of Press et al. (1986).

References

Press, William H., Brian P. Flannery, Saul A. Teukolsky, and William T. Vetterling. Numerical Recipes - The Art of Scientific Computing. Cambridge University Press (1986): 988 p.

Interface

function besselY0
  extends Modelica.Icons.Function;
  input Real x "Independent variable";
  output Real Y0 "Bessel function Y0(x)";
end besselY0;

Revisions


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