Evaluates the exponential function for an imaginary
argument.
Namespace: Extreme.MathematicsAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
public static DoubleComplex ExpI(
double angle
)
Public Shared Function ExpI (
angle As Double
) As DoubleComplex
public:
static DoubleComplex ExpI(
double angle
)
static member ExpI :
angle : float -> DoubleComplex
Parameters
- angle
- Type: SystemDouble
The imaginary part of the complex
number.
Return Value
Type:
DoubleComplexA
DoubleComplex number of unit length with
argument equal to
angle.
The result is equivalent to constructing a
new complex number in polar form with
Magnitude equal to one and
Phase equal to angle.
Numerical Libraries
Supported in: 5.x, 4.x
Reference