COS Category: Function Syntax: COS(num) Description Returns the trigonometric cosine of the angle argument, which must be specified in radians. See also SIN TAN Example 10 LET A = COS(0) 20 PRINT(A)