MtxExpr.ArcCosh Method

Overload List

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

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

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

#NameTypeDescription
1XTMtx

Returns: Matrix

Remarks:

Internally calls Matrix.ArcCosh

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

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

#NameTypeDescription
1XTVec

Returns: Vector

Remarks:

Internally calls Vector.ArcCosh