Appearance
ハイパーボリックサインを返す
math.sinh (x)
x のハイパーボリックサイン(双曲線正弦)を返します。
x
local x = 0 print(math.sinh(x)) -- 0
この例では、0のハイパーボリックサインを計算しています。
0
math.cosh
math.tanh