Математические функции
PHP Manual

asinh

(PHP 4 >= 4.0.7, PHP 5)

asinhInverse hyperbolic sine

Описание

float asinh ( float $arg )

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

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

arg

The argument to process

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

The inverse hyperbolic sine of arg

Список изменений

Версия Описание
5.3.0 This function is now available on all platforms

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


Математические функции
PHP Manual