atanh

(PHP 4 >= 4.1.0, PHP 5, PHP 7)

atanhInverse hyperbolic tangent

Descrierea

atanh ( float $num ) : float

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

Parametri

num

The argument to process

Valorile întoarse

Inverse hyperbolic tangent of num

A se vedea și

add a note add a note

User Contributed Notes

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