MtxExpr.ArcTanh Method

Overload List

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

Overload 1: Matrix ArcTanh(TMtx X)

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

#NameTypeDescription
1XTMtxsource TMtx

Returns: Matrix

Remarks:

Internally calls Dew.Math.Matrix.ArcTanh

Overload 2: Vector ArcTanh(TVec X)

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

#NameTypeDescription
1XTVecsource TVec

Returns: Vector

Remarks:

Internally calls Dew.Math.Vector.ArcTanh