Calculates the inverse hyperbolic cosine of a given number.
function ArcCosh(const X: Extended): Extended;
Extended ArcCosh(const Extended X);
Math
ArcCosh returns the inverse hyperbolic cosine of X. The value of X must be greater than or equal to 1.
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
|
What do you think about this topic? Send feedback!
|