数値の逆正接(アークタンジェント)を計算します。
atan()
はtan()の逆関数です。 -無限大から無限大までの範囲の入力値を想定しています。デフォルトでは、atan()
は -π ÷ 2(約-1.57)からπ ÷ 2(約1.57)の範囲の値を返します。 angleMode()がDEGREES
の場合、 値は-90から90の範囲で返されます。
実例
シンタックス
atan(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!