(PHP 4 >= 4.0.7, PHP 5)
atanh — Inverse hyperbolic tangent
Описание
float atanh ( float $arg )Returns the inverse hyperbolic tangent of arg, i.e. the value whose hyperbolic tangent is arg.
Замечание: Для Windows-платформ эта функция не реализована.
Список параметров
- arg
-
The argument to process
Возвращаемые значения
Inverse hyperbolic tangent of arg
Смотрите также
tanh() |
atan () |
asinh() |
acosh() |