math.atan
←
math
型:function
code:Lua
math.atan(x)
table:
型 説明
#1
number
戻り値 number
xの逆正弦を返す 値域は
$ -\frac{\pi}{2}\le y \le \frac{\pi}{2}
使用例
code:Lua
print(math.atan(math.huge))
1.5707963267949
$ (≒\frac{\pi}{2})
を出力する
関連項目
math.asin
math.acos
math.tan
math.tanh