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