PHP 8.3.4 Released!

atanh

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

atanhInverse hyperbolic tangent

Açıklama

atanh(float $num): float

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

Bağımsız Değişkenler

num

The argument to process

Dönen Değerler

Inverse hyperbolic tangent of num

Ayrıca Bakınız

add a note

User Contributed Notes

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