ArcTanH
Return inverse hyperbolic tangent
Declaration
Source position: math.pp line 374
  function ArcTanH(x: Float) : Float;
Description
arcsinh returns the inverse hyperbolic tangent of it's argument x.
This function is an alias for artanh , provided for Delphi compatibility.
See also
| Name | Description | 
|---|---|
| artanh | Return inverse hyperbolic tangent |