#include <math.h>
double cos (double x );
double cos
The cos function computes the cosine of x (measured in radians).
The cos function returns the cosine value.