Math387.ArcCosh / ArcCoshf Method

Overload List

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

Overload 1: TCplx ArcCosh(TCplx X)

Inverse hyperbolic cosine.

#NameTypeDescription
1XTCplxscalar

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

Overload 2: TSCplx ArcCosh(TSCplx X)

#NameTypeDescription
1XTSCplxscalar

Returns: TSCplx

Overload 3: Double ArcCosh(Double X)

Inverse hyperbolic cosine.

#NameTypeDescription
1XDoublescalar

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

See Also: Math387.Cosh

Overload 4: Single ArcCoshf(Single X)

#NameTypeDescription
1XSinglescalar

Returns: Single