Math387.Exp / Expf Method

Overload List

#SignatureDescription
1TCplx Exp(TCplx X)e^x function.
2TSCplx Exp(TSCplx X)
3Double Exp(Double Src)
4Double Exp(Int32 Src)
5Double Exp(Int64 Src)
6Single Exp(Single Src)
7Single Expf(Int32 Src)
8Single Expf(Int64 Src)
9Single Expf(Single X)e^x function.

Overload 1: TCplx Exp(TCplx X)

e^x function.

#NameTypeDescription
1XTCplxscalar

Returns: TCplx (complex) - the value of e raised to the power of X, where e is the base of natural logarithm.

Overload 2: TSCplx Exp(TSCplx X)

#NameTypeDescription
1XTSCplxscalar

Returns: TSCplx

Overload 3: Double Exp(Double Src)

#NameTypeDescription
1SrcDoublescalar

Returns: Double

Overload 4: Double Exp(Int32 Src)

#NameTypeDescription
1SrcInt32

Returns: Double

Overload 5: Double Exp(Int64 Src)

#NameTypeDescription
1SrcInt64

Returns: Double

Overload 6: Single Exp(Single Src)

#NameTypeDescription
1SrcSinglescalar

Returns: Single

Overload 7: Single Expf(Int32 Src)

#NameTypeDescription
1SrcInt32

Returns: Single

Overload 8: Single Expf(Int64 Src)

#NameTypeDescription
1SrcInt64

Returns: Single

Overload 9: Single Expf(Single X)

e^x function.

#NameTypeDescription
1XSinglescalar

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