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