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