ILNumerics - Technical Application Development
Assembly: ILNumerics.Core (in ILNumerics.Core.dll) Version: 5.5.0.0 (5.5.7503.3146)
Complex number exp(log(this) * exponent).
If this instance is a than
the result will be the complex number exp(log(a) * exponent).
Complex power - 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: complexComplex number exp(log(this) * exponent).
Remarks
[ILNumerics Core Module]
See Also