NAME
	cos - Trigonometrical cosine

SYNTAX
	float cos(float f);

DESCRIPTION
	Return the cosinus value for f.

KEYWORDS
	float

SEE ALSO
	math/acos, math/sin
