Cos
Calculates the trigonometric cosine of an angle.
Syntax
Cos(Angle)
Angle:
Any angle (in radians).
Return Value
The cosine of Angle.
Related Functions
ArcCos
Example
Variable=Cos(0.7854); ! Sets Variable to 0.7071...
See Also
Math/Trigonometry Functions