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