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