sinh
(PHP 4 >= 4.1.0, PHP 5, PHP 7)
sinh — 双曲線正弦(ハイパボリックサイン)
説明
sinh
( float $arg
) : float
arg
のハイパボリックサインを返します。
これは、(exp(arg) - exp(-arg))/2
で定義されます。
パラメータ
arg
- 処理する引数。
返り値
arg
のハイパボリックサインを返します。
(PHP 4 >= 4.1.0, PHP 5, PHP 7)
sinh — 双曲線正弦(ハイパボリックサイン)
sinh
( float $arg
) : float
arg
のハイパボリックサインを返します。
これは、(exp(arg) - exp(-arg))/2
で定義されます。
arg
arg
のハイパボリックサインを返します。