MtxExpr.ArcCot Method

Overload List

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

Overload 1: Matrix ArcCot(TMtx X)

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

#NameTypeDescription
1XTMtxsource TMtx

Returns: Matrix

Remarks:

Internally calls Dew.Math.Matrix.ArcCot

Overload 2: Vector ArcCot(TVec X)

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

#NameTypeDescription
1XTVecsource TVec

Returns: Vector

Remarks:

Internally calls Dew.Math.Vector.ArcCot