MtxExpr.ArcSec Method

Overload List

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

Overload 1: Matrix ArcSec(TMtx X)

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

#NameTypeDescription
1XTMtxsource TMtx

Returns: Matrix

Remarks:

Internally calls Dew.Math.Matrix.ArcSec

Overload 2: Vector ArcSec(TVec X)

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

#NameTypeDescription
1XTVecsource TVec

Returns: Vector

Remarks:

Internally calls Dew.Math.Vector.ArcSec