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