RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Math.ArcCosh Function

Calculates the inverse hyperbolic cosine of a given number.

Pascal
function ArcCosh(const X: Extended): Extended;
C++
Extended ArcCosh(const Extended X);

ArcCosh returns the inverse hyperbolic cosine of X. The value of X must be greater than or equal to 1. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!