NAME
	sin - Trigonometrical sine

SYNTAX
	float sin(float f);

DESCRIPTION
	Return the sinus value for f.

KEYWORDS
	float

SEE ALSO
	math/asin, math/cos
