NAME
	asin - Trigonometrical inverse sine

SYNTAX
	float asin(float f);

DESCRIPTION
	Return the arcus sinus value for f.

KEYWORDS
	float

SEE ALSO
	math/sin, math/acos
