This routine computes the Airy function, Ai(x).
function airy_Ai extends Modelica.Icons.Function; input Real x; output Real y; end airy_Ai;