MathFactorial 计算指定整数的阶乘。 MQL5复制double MathFactorial( const int n // 数值 ) 参数 n [in] 将被计算阶乘的整数。 返回值 数值阶乘。