CoS
COS(<numeric expression>)
The COS(X) internal function is a trigonometric function that calculates the cosine of X in radians.
Example
00010 print COS(3.14)
Output:
-0.99999
COS(<numeric expression>)
The COS(X) internal function is a trigonometric function that calculates the cosine of X in radians.
00010 print COS(3.14)
Output:
-0.99999