MQL4 Reference Math Functions
MathCos
MathCosThe function returns the cosine of an angle.
Parameters value [in] Angle in radians. Return Value Value of double type within the range of -1 to 1. Note Instead of MathCos() you can use cos(). |