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

Returns the cosine of angle f in radians.

	print (Mathf.Cos(3));