MtxExpr::ArcSec Function

Overload List

#SignatureDescription
1Vector ArcSec(TVec *X);Compute the ArcSec function from the source and return the result.
2Matrix ArcSec(TMtx *X);Compute the ArcSec function from the source and return the result.

Overload 1: Vector ArcSec(TVec *X);

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

#NameTypeDescription
1XTVec *
Remarks:

Internally calls Vector::ArcSec

Declared in Dew::Math::Units::MtxExpr · Dew.Math/Units.MtxExpr.h · Cross-compiler

Overload 2: Matrix ArcSec(TMtx *X);

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

#NameTypeDescription
1XTMtx *
Remarks:

Internally calls Matrix::ArcSec

Declared in Dew::Math::Units::MtxExpr · Dew.Math/Units.MtxExpr.h · Cross-compiler