示例#1
0
 public static double Factorial(double x) => MathTools.Gamma(x + 1.0);