atanh
(PHP 4 >= 4.0.7, PHP 5)
atanh — 逆双曲線正接(アークハイパボリックタンジェント)
説明
float atanh ( float $arg )arg のアークハイパボリックタンジェントを返します。 つまり、ハイパボリックタンジェントが arg となる値です。
注意: この関数は Windows 環境にはまだ実装されていません。
パラメータ
- arg
処理する引数。
返り値
arg のアークハイパボリックタンジェントを返します。
参考
| tanh() |
| atan () |
| asinh() |
| acosh() |
atanh
There are no user contributed notes for this page.