.GNU_ScientificLibrary.Functions.specfunc.bessel_Kn

Modified bessel function of the 2nd kind (irregular modified cylindrical) of order n

Information

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

Interface

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

Generated at 2025-04-25T18:20:13Z by OpenModelicaOpenModelica 1.25.0 using GenerateDoc.mos