Evaluates the exponential function for an imaginary
argument.
Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics)
Version: 2.1.7017.0
Syntax
| Visual Basic (Declaration) |
|---|
Public Shared Function ExpI ( _ angle As Double _ ) As DoubleComplex |
| C# |
|---|
public static DoubleComplex ExpI ( double angle ) |
| Visual C++ |
|---|
public: static DoubleComplex ExpI ( double angle ) |
Parameters
- angle
- System.Double
The imaginary part of the complex number.