MtxExpr.ArcSinh Method

Overload List

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

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

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

#NameTypeDescription
1XTMtx

Returns: Matrix

Remarks:

Internally calls Matrix.ArcSinh

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

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

#NameTypeDescription
1XTVec

Returns: Vector

Remarks:

Internally calls Vector.ArcSinh