PHP atanh() Function

Definition and Usage

atanh() function returns the inverse hyperbolic tangent of an angle.

Syntax

atanh(x)
Parameter Description
x Required. A number.

Description

atanh() function returns x The inverse hyperbolic tangent value, that is, its hyperbolic tangent is x value.

Tips and Comments

Note:This function is not implemented on the Windows platform.