atanh

(PHP 4 >= 4.1.0, PHP 5)

atanh -- Inverse hyperbolic tangent

Beskrivelse

float atanh ( float arg )

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

Bemærk: Denne funktion er ikke implementeret på Windows platformen.

Parameterliste

arg

The argument to process

Returneringsværdier

Inverse hyperbolic tangent of arg

Se også

tanh()
atan ()
asinh()
acosh()