Appearance
タンジェントを返す
math.tan (x)
x のタンジェント(正接)をラジアン単位で返します。
x
local x = math.pi / 4 print(math.tan(x)) -- 1
この例では、π/4ラジアンの正接を計算しています。
π/4
math.sin
math.cos