|
||
double sin( double x )
double x; /* angle in radians */
|
|
|
Synopsis |
#include "math.h"
The sin function returns the sine of x , for x in radians.
|
|
Parameters |
x is may be any double value.
|
|
Return Value |
sin returns a value in the range [-1, 1].
|
|
See Also |
|
|
|
|