cppreference.com > Standard C Math > cos
cos
Syntax:
  #include <math.h>
  double cos( double arg );

The cos() function returns the cosine of arg, where arg is expressed in radians.