Mathf.Acos

static function Acos (f : float) : float

Description

Returns the arc-cosine of f - the angle in radians whose cosine is f.

JavaScript
print (Mathf.Acos(0.5));