Loading...
Select Version
&pagelevel(4)&pagelevel
Syntax | #include <math.h> double sin(double x); | |
Description | These functions compute the sine of the floating-point number x, which specifies an angle in radians. | |
Return val. | sin(x) | if successful. The return value is a floating-point number in the range [-1.0, +1.0]. |
See also |
|