Cosine Function

Returns the cosine of the argument.

float Cosine(float value)

Parameters

float value

Input value in radians.

Return Value

cos(value).