Appearance
アークタンジェントを返す
math.atan (x)
x のアークタンジェント(逆正接)をラジアン単位で返します。
x
local x = 1 print(math.atan(x)) -- ラジアン単位での結果
この例では、1のアークタンジェントを計算します。
1
math.acos
math.asin