MtxExpr.ArcTanh Method

Overload List

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

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

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

#NameTypeDescription
1XTMtx

Returns: Matrix

Remarks:

Internally calls Matrix.ArcTanh

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

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

#NameTypeDescription
1XTVec

Returns: Vector

Remarks:

Internally calls Vector.ArcTanh