.TRANSFORM.Math.besselJ

Information

Returns the Bessel function of the first kind, J_n(x).

See http://mathworld.wolfram.com/BesselFunctionoftheFirstKind.html for more details.

Interface

function besselJ
  extends TRANSFORM.Icons.Function;
  import gamma = TRANSFORM.Math.gamma_Lanczos;
  import TRANSFORM.Math.factorial;
  input Real k "Bessel order";
  input Real x "Value in Jk(x)";
  input Real tolerance = 1e-6 "tolerance for infinite sum termination";
  output Real Jk "Bessel function Jk(x) (order k) value";
end besselJ;

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