Cos(Numeric angle)
Returns the trigonometric cosine of the angle, specified in radians.
Parameters
- angle
- The angle in radians for which you want to calculate the cosine.
Returns
Numeric
Examples
Cos(0)
returns 1Cos(3.14)
returns -1
Returns the trigonometric cosine of the angle, specified in radians.
Numeric
Cos(0)
returns 1Cos(3.14)
returns -1