cos functions


[Syntax]

double cos(double x)

float conf(float x)

[Description]

These functions calculate the cosine of x (measured in radians).

 

[Special case]

Condition

Return value

Exception

x==±∞

NaN

EDOM