NAME
	atan - Trigonometrical inverse tangent

SYNTAX
	float atan(float f);

DESCRIPTION
	Return the arcus tangent value for f.

KEYWORDS
	float

SEE ALSO
	math/tan, math/asin, math/acos
