MtxExpr.ArcCsch Method

Overload List

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

Overload 1: Matrix ArcCsch(TMtx X)

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

#NameTypeDescription
1XTMtxsource TMtx

Returns: Matrix

Remarks:

Internally calls Dew.Math.Matrix.ArcCsch

Overload 2: Vector ArcCsch(TVec X)

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

#NameTypeDescription
1XTVecsource TVec

Returns: Vector

Remarks:

Internally calls Dew.Math.Vector.ArcCsch