sinh
(PHP 4 >= 4.0.7, PHP 5)
sinh — 双曲線正弦(ハイパボリックサイン)
説明
float sinh ( float $arg )arg のハイパボリックサインを返します。 これは、(exp(arg) - exp(-arg))/2 で定義されます。
パラメータ
- arg
処理する引数。
返り値
arg のハイパボリックサインを返します。
参考
| sin() |
| asinh() |
| cosh() |
| tanh() |
sinh
There are no user contributed notes for this page.