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

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

	print (Mathf.Acos(0.5));