Returns the cosine of the given angle, provided in radians.
Sample Usage
COS(0)
COS(C5)
Syntax
COS(number)
- number - The angle, in radians, for which the cosine is to be computed.
Examples
COS(0) returns the cosine of 0 i.e. 1.
COS(C5) returns the cosine of the number contained in C5.