MtxExpr.ArcCoth Method

Overload List

#SignatureDescription
1function ArcCoth(const X: TMtx): Matrix;Result = the ArcCoth function from the source and return the result
2function ArcCoth(const X: TVec): Vector;Result = the ArcCoth function from the source and return the result

Overload 1: function ArcCoth(const X: TMtx): Matrix;

Compute the ArcCoth function from the source and return the result.

#NameTypeDescription
1XTMtx

Returns: Matrix

Remarks:

Internally calls Matrix.ArcCoth

Overload 2: function ArcCoth(const X: TVec): Vector;

Compute the ArcCoth function from the source and return the result.

#NameTypeDescription
1XTVec

Returns: Vector

Remarks:

Internally calls Vector.ArcCoth