.GNU_ScientificLibrary.Functions.specfunc.bessel_Jn

Bessel function of the 1st kind (regular cylindrical) of order n

Information

These routines compute the regular cylindrical Bessel function of order nJ_n(x).

Interface

function bessel_Jn
  extends Modelica.Icons.Function;
  input Integer n;
  input Real x;
  output Real y;
end bessel_Jn;

Generated at 2025-04-02T18:24:35Z by OpenModelicaOpenModelica 1.24.5 using GenerateDoc.mos