예제 #1
0
 public static double Errfunc(double z)
 {
     try {
         return((NumericalRecipes.Erffc(z / Math.Sqrt(2.0))) / 2.0);
     } catch (Exception) {
         return(1);
     }
 }