MtxExpr::Exp10 Function

Overload List

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

Overload 1: Vector Exp10(TVec *X);

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

#NameTypeDescription
1XTVec *
Remarks:

Internally calls Vector::Exp10

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

Overload 2: Matrix Exp10(TMtx *X);

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

#NameTypeDescription
1XTMtx *
Remarks:

Internally calls Matrix::Exp10

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