技术文档MQL4 文档MQL4 手册Math FunctionsMathArctanMathArctanMathArctan此函数返回 x 的反正切值。如果 x 等于 0,该函数返回 0。double MathArctan( double value // tangent );参数 value[in] 表示一个正切值的数字。返回值 MathArctan 返回的值范围在 -π/2 到 π/2 弧度之间。注意 可以使用 atan() 函数代替 MathArctan() 函数。最后更新于 2026-07-04MathArcsinMathCeil