This routine computes the Complementary Error function, erfc(x).
function erfc extends Modelica.Icons.Function; input Real x; output Real y; end erfc;