技术文档MQL5参考标准程序库数学统计子函数MathPowIntMathPowIntMathPowInt提高一个数字到指定的整数幂。double MathPowInt( const double x, // 数值 const int power // 提高能力 )参数 x[in] 将要提高能力的双精度浮点数。power[in] 指定能力的整型。返回值 : 数字x,提高到指定能力。MathMomentsMathFactorial