These routines compute the regular cylindrical Bessel function of order n, J_n(x).
function bessel_In extends Modelica.Icons.Function; input Integer n; input Real x; output Real y; end bessel_In;