言語: 日本語
  • C#
  • JS
  • Boo

スクリプト言語

お好みのスクリプト言語を選択すると、サンプルコードがその言語で表示されます。

Mathf.Acos

public 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));