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 inverse hyperbolic tangent value, that is, its hyperbolic tangent is x of that value.
Tips and Notes
Note:This function is not implemented on the Windows platform.