Math387::Exp10 Function

Overload List

#SignatureDescription
1double Exp10(const double X);10^x function.
2TCplx Exp10(const TCplx &X);10^x function.
3TSCplx Exp10(const TSCplx &X);

Overload 1: double Exp10(const double X);

10^x function.

#NameTypeDescription
1Xconst double

Returns: Returns the value of 10 raised to the power of X.

Remarks:

This function is about 30% faster as the equivalent call to the Math387::Power routine.

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

Overload 2: TCplx Exp10(const TCplx &X);

10^x function.

#NameTypeDescription
1Xconst TCplx &

Returns: Returns the value of 10 raised to the power of X.

Remarks:

This function is about 30% faster as the equivalent call to the Math387::Power routine

See Also: Math387::Power
Declared in Dew::Math::Units::Math387 · Dew.Math/Units.Math387.h · Cross-compiler

Overload 3: TSCplx Exp10(const TSCplx &X);

#NameTypeDescription
1Xconst TSCplx &
Declared in Dew::Math::Units::Math387 · Dew.Math/Units.Math387.h · Cross-compiler