[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Return inverse hyperbolic tangent
Source position: math.pp line 334
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 |