Math387.ArcCoth / ArcCothf Method

Overload List

#SignatureDescription
1function ArcCoth(const X: TCplx): TCplx;Inverse hyperbolic cotangent.
2function ArcCoth(const X: TSCplx): TSCplx;
3function ArcCoth(X: Double): Double;Inverse hyperbolic cotangent.
4function ArcCothf(X: Single): Single;

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

Inverse hyperbolic cotangent.

#NameTypeDescription
1XTCplx

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

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

#NameTypeDescription
1XTSCplx

Returns: TSCplx

Overload 3: function ArcCoth(X: Double): Double;

Inverse hyperbolic cotangent.

#NameTypeDescription
1XDoublescalar

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

See Also: Math387.Coth

Overload 4: function ArcCothf(X: Single): Single;

#NameTypeDescription
1XSinglescalar

Returns: Single