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