Appearance
cos() - return the cosine of a float
float cos( float f );
Returns the cosine of its argument, 'f', measured in radians.
acos(3), asin(3), atan(3), sin(3), tan(3)