MtxExpr.ArcSinh Method

Overload List

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

Overload 1: Matrix ArcSinh(TMtx X)

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

#NameTypeDescription
1XTMtxsource TMtx

Returns: Matrix

Remarks:

Internally calls Dew.Math.Matrix.ArcSinh

Overload 2: Vector ArcSinh(TVec X)

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

#NameTypeDescription
1XTVecsource TVec

Returns: Vector

Remarks:

Internally calls Dew.Math.Vector.ArcSinh