Utility function in order to compute part of erf(..) and erfc(..).
function erfcUtil input Real z "Input argument 0.5 <= z required (but not checked)"; output Real y "Result erfc(z) for 0.5 <= z"; end erfcUtil;