MtxExpr.ArcSech Method

Overload List

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

Overload 1: Matrix ArcSech(TMtx X)

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

#NameTypeDescription
1XTMtxsource TMtx

Returns: Matrix

Remarks:

Internally calls Dew.Math.Matrix.ArcSech

Overload 2: Vector ArcSech(TVec X)

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

#NameTypeDescription
1XTVecsource TVec

Returns: Vector

Remarks:

Internally calls Dew.Math.Vector.ArcSech