#include <math.h> double sin( double arg );
The function sin() returns the sine of arg, where arg is given in radians.