[Overview][Constants][Types][Classes][Procedures and functions] Reference for unit 'math' (#rtl)

arccosh

Return inverse hyperbolic cosine

Declaration

Source position: math.pp line 255

function arccosh(

  x: float

):float;

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