|
COS()
Abbreviation:
TYPE: Function
FORMAT: COS (<number>)
Action: This mathematical function calculates the cosine of
the number, where the number is an angle in radians.
EXAMPLES of COS Function:
10 PRINT COS(0)
20 X = COS(Y* {pi} /180) : REM CONVERT DEGREES TO RADIANS
|