Utility function in order to compute erfInv(..) and erfcInv(..).
function erfInvUtil input Real p "First input argument"; input Real q "Second input argument"; output Real y "Result value"; end erfInvUtil;