MtxExpr.ArcCot Method

Overload List

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

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

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

#NameTypeDescription
1XTMtx

Returns: Matrix

Remarks:

Internally calls Matrix.ArcCot

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

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

#NameTypeDescription
1XTVec

Returns: Vector

Remarks:

Internally calls Vector.ArcCot