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