Home > PHP > Function > Math > atanh()

atanh()

atanh - Inverse hyperbolic tangent

Syntax

float atanh (float $arg)

Arguments

  • arg - The argument to process

Description

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

Version

PHP 4.1.0, 5

Return value

Inverse hyperbolic tangent of arg