These routines compute the regular Bessel function of (possibly fractional) order nu, J_nu(x).
function bessel_Jnu extends Modelica.Icons.Function; input Real nu; input Real x; output Real y; end bessel_Jnu;