| [Overview][Constants][Types][Classes][Procedures and functions][Index] | 
Return inverse hyperbolic sine
Source position: math.pp line 373
function ArcSinH(  | 
x: Float  | 
):Float;  | 
arcsinh returns the inverse hyperbolic sine of it's argument x.
This function is an alias for arsinh, provided for Delphi compatibility.
  | 
Return inverse hyperbolic sine  |