MQL4 Reference Math Functions MathSin
MathSinReturns the sine of a specified angle.
Parameters value [in] Angle in radians. Return Value Sine of an angle measured in radians. Returns value within the range of -1 to 1. Note Instead of MathSin() you can use sin(). |