Return inverse hyperbolic tangent
Source position: math.pp line 374
function ArcTanH( |
x: MaxFloatType |
):MaxFloatType; |
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 |