Math387.ArcCosh / ArcCoshf Method

Overload List

#SignatureDescription
1function ArcCosh(const X: TCplx): TCplx;Inverse hyperbolic cosine.
2function ArcCosh(const X: TSCplx): TSCplx;
3function ArcCosh(const X: Double): Double;Inverse hyperbolic cosine.
4function ArcCoshf(const X: Single): Single;

Overload 1: function ArcCosh(const X: TCplx): TCplx;

Inverse hyperbolic cosine.

#NameTypeDescription
1XTCplx

Returns: TCplx (complex) - the inverse hyperbolic cosine of complex argument X.

Overload 2: function ArcCosh(const X: TSCplx): TSCplx;

#NameTypeDescription
1XTSCplx

Returns: TSCplx

Overload 3: function ArcCosh(const X: Double): Double;

Inverse hyperbolic cosine.

#NameTypeDescription
1XDouble

Returns: Double - the inverse hyperbolic cosine of real argument X.

See Also: Math387.Cosh

Overload 4: function ArcCoshf(const X: Single): Single;

#NameTypeDescription
1XSingle

Returns: Single