This routine computes the irregular spherical Bessel function of order l, y_l(x).
function sph_bessel_yl extends Modelica.Icons.Function; input Integer l; input Real x; output Real y; end sph_bessel_yl;