|
MathSin
Returns the sine of a specified angle.
double MathSin(
|
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().