This routine computes the sth zero of the Airy function, Bi(x).
function airy_zeroBi extends Modelica.Icons.Function; input Integer s; output Real x; end airy_zeroBi;