Unit 'Math' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#rtl]

ArcSinH

Return inverse hyperbolic sine

Declaration

Source position: math.pp line 373

function ArcSinH(

  x: MaxFloatType

):MaxFloatType;

Description

arcsinh returns the inverse hyperbolic sine of it's argument x.

This function is an alias for arsinh, provided for Delphi compatibility.

See also

arsinh

  

Return inverse hyperbolic sine


Documentation generated on: Sep 29 2022