This routine computes the sth zero of the regular Bessel function of order nu, J_nu(x).
function bessel_zeroJnu extends Modelica.Icons.Function; input Real nu; input Integer s; output Real x; end bessel_zeroJnu;