These routines compute the irregular modified Bessel function of (possibly fractional) order nu, K_nu(x).
function bessel_Knu extends Modelica.Icons.Function; input Real nu; input Real x; output Real y; end bessel_Knu;