MtxExpr.Cot Method

Overload List

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

Overload 1: Matrix Cot(TMtx X)

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

#NameTypeDescription
1XTMtxsource TMtx

Returns: Matrix

Remarks:

Internally calls Dew.Math.Matrix.Cot

Overload 2: Vector Cot(TVec X)

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

#NameTypeDescription
1XTVecsource TVec

Returns: Vector

Remarks:

Internally calls Dew.Math.Vector.Cot