MtxExpr.Cot Method

Overload List

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

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

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

#NameTypeDescription
1XTMtx

Returns: Matrix

Remarks:

Internally calls Matrix.Cot

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

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

#NameTypeDescription
1XTVec

Returns: Vector

Remarks:

Internally calls Vector.Cot