sin

Example: sinMathematics Functions

Computes the sine of an angle in radians.

double sin( double x);

x An angle expressed in radians.

Return Values

The sine of the specified angle.