cos()
Syntax:
#include <math.h> double cos( double arg );
Description:
The cos() function returns the cosine of arg, where arg is expressed in radians.
Related Topics:
asin(), acos(), atan(), sin(), atan2(), tan(), sinh(), cosh(), tanh()
#include <math.h> double cos( double arg );