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

ArcCosH

Return inverse hyperbolic cosine

Declaration

Source position: math.pp line 372

function ArcCosH(

  x: MaxFloatType

):MaxFloatType;

Description

arccosh returns the inverse hyperbolic cosine of it's argument x.

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

See also

arcosh

  

Return inverse hyperbolic cosine


Documentation generated on: Sep 29 2022