NAME
	acos - Trigonometrical inverse cosine

SYNTAX
	float acos(float f);

DESCRIPTION
	Return the arcus cosinus value for f.

KEYWORDS
	float

SEE ALSO
	math/cos, math/asin
