atanh

(PHP 4 >= 4.1.0, PHP 5)

atanhInverse hyperbolic tangent

Опис

float atanh ( float $arg )

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

Параметри

arg

The argument to process

Значення, що повертаються

Inverse hyperbolic tangent of arg

Журнал Змін

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

Прогляньте Також

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top