acos()

数値のアークコサインを計算します。

acos()cos()の逆関数です。-1から1の範囲の 引数を期待します。デフォルトでは、acos()は0からπ(約3.14)の範囲の値を 返します。angleMode()DEGREESの場合、 値は0から180の範囲で返されます。

実例

シンタックス

acos(value)

パラメーター

value
Number:

アークコサインを返す値。

リターン

Number: 与えられた値のアークコサイン。
Notice any errors or typos? Please let us know. Please feel free to edit src/math/trigonometry.js and open a pull request!

関連するリファレンス