Beispiel #1
0
 public static double SumLogI(long N)
 {
     return(SpecialFunctions.LogGamma((double)N) / SpecialFunctions.LN2);
 }