.IDEAS.Utilities.Math.Functions.besselJ0

Information

Evaluates the Bessel function of the first kind of order 0 (J0), 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 besselJ0
  extends Modelica.Icons.Function;
  input Real x "Independent variable";
  output Real J0 "Bessel function J0(x)";
end besselJ0;

Revisions


Generated at 2024-11-21T19:25:40Z by OpenModelicaOpenModelica 1.24.2 using GenerateDoc.mos