Mathf.Cos

static function Cos (f : float) : float

Description

Returns the cosine of angle f in radians.

JavaScript
print (Mathf.Cos(3));