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