(PHP 4 >= 4.0.7, PHP 5)

asinh — Inverse hyperbolic sine

Описание

float asinh ( float $arg )

Returns the inverse hyperbolic sine of arg, i.e. the value whose hyperbolic sine is arg.

Замечание: Для Windows-платформ эта функция не реализована.

Список параметров


arg

The argument to process

Возвращаемые значения

The inverse hyperbolic sine of arg

Смотрите также

sinh()
asin()
acosh()
atanh()