Version

Exp Method (Compute)

Returns the number e raised to the power x.
Overload List
OverloadDescription
Exp(Double)Returns the number e raised to the power x.  
Exp(Complex)Returns the number e raised to the power x.  
Exp(Vector)Returns a Vector with the exponential function of each element of x.  
Exp(ComplexVector)Returns a ComplexVector with the exponential function of each element of x.  
Exp(Matrix)Returns a Matrix with the exponential function of each element of x.  
Exp(ComplexMatrix)Returns a ComplexMatrix with the exponential function of each element of x.  
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also