Advanced-excel-functions-advanced-excel-math-trignometric-acot-function

提供:Dev Guides
移動先:案内検索

数学と三角法-ACOT関数

説明

ACOT関数は、数値のアークコタンジェントまたは逆コタンジェントの主値を、0からπの間のラジアン単位の角度として返します。

構文

ACOT (number)

引数

Argument Description Required/Optional
Number Number is the cotangent of the angle you want. This must be a real number. Required

ノート

  • 結果をラジアンから度に変換するには、
  • DEGREES関数を使用します(= DEGREES(ラジアン))
  • または、180/PI()で乗算します
  • Numberが非数値の場合、ACOTは#VALUE!を返します。 エラー。

適用範囲

Excel 2013、Excel 2016

ACOT FUNCTION