Returns the cosine of an angle, where the angle is expressed in radians.
Syntax:
COS(numeric)
Parameters:
numeric: A number that represents the angle in radians.
Returns:
Number
Example:
COS(0.7854) returns 0.70711
See also:
ACOS, SIN, ASIN, TAN, ATAN
The Online and Rich Client Samples projects (program NM02 and RNM02)