MtxExpr.Coth Method

Overload List

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

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

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

#NameTypeDescription
1XTMtx

Returns: Matrix

Remarks:

Internally calls Matrix.Coth

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

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

#NameTypeDescription
1XTVec

Returns: Vector

Remarks:

Internally calls Vector.Coth