MtxExpr.ArcCoth Method

Overload List

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

Overload 1: Matrix ArcCoth(TMtx X)

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

#NameTypeDescription
1XTMtxsource TMtx

Returns: Matrix

Remarks:

Internally calls Dew.Math.Matrix.ArcCoth

Overload 2: Vector ArcCoth(TVec X)

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

#NameTypeDescription
1XTVecsource TVec

Returns: Vector

Remarks:

Internally calls Dew.Math.Vector.ArcCoth