double sin(double x)
This function calculates the sine of its input value.
double x
The value whose sine is calculated.
double
The sine of x.
The sine function returns a value between -1 and 1.