ILNumerics - Technical Application Development
Assembly: ILNumerics.Core (in ILNumerics.Core.dll) Version: 5.5.0.0 (5.5.7503.3146)
Result of exp(exponent)
For complex exponents, exp(exponent) is computed by
Complex exponent
[ILNumerics Core Module]
Namespace: ILNumerics
Assembly: ILNumerics.Core (in ILNumerics.Core.dll) Version: 5.5.0.0 (5.5.7503.3146)
Syntax
Parameters
- exponent
- Type: ILNumericscomplex
Exponent
Return Value
Type: complexResult of exp(exponent)
Remarks
complex.FromPol(Math.Exp(exponent.real), exponent.imag)
[ILNumerics Core Module]
See Also