2.7.2.7 sin

Declaration:

double sin(double x);Returns the sine of a radian angle x.

Range:

The value of x has no range. The returned value is in the range of -1 to +1 (inclusive).