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