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