Math387::Exp Function

Overload List

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

Overload 1: TCplx Exp(const TCplx &X);

e^x function.

#NameTypeDescription
1Xconst TCplx &

Returns: the value of e raised to the power of X, where e is the base of natural logarithm.

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

Overload 2: TSCplx Exp(const TSCplx &X);

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

Overload 3: double Exp(double X);

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