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