Mathf.Sin
static function Sin(f: float): float;
Description

Returns the sine of angle f in radians.

	print (Mathf.Sin(3));