Skip to content

COS

Category: Function
Syntax: COS(num)

Description

Returns the trigonometric cosine of the angle argument, which must be specified in radians.

See also

Example

10 LET A = COS(0)
20 PRINT(A)