예제 #1
0
 private long SumDigitsOfFactorial(int input, bool Logging)
 {
     return(Factorial.CalculateBigInt(input).SumOfDigits());
 }