MtxExpr.ArcCsch Method

Overload List

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

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

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

#NameTypeDescription
1XTMtx

Returns: Matrix

Remarks:

Internally calls Matrix.ArcCsch

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

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

#NameTypeDescription
1XTVec

Returns: Vector

Remarks:

Internally calls Vector.ArcCsch