cos

Example: cosMathematics Functions

Computes the cosine of an angle in radians.

double cos( double x); 

x An angle expressed in radians. (180 degrees = PI radians)

Return Values

The cosine of the specified angle.