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