ILNumerics Ultimate VS

complexPow Method (complex)

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
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

public complex Pow(
	complex exponent
)

Parameters

exponent
Type: ILNumericscomplex
Exponent

Return Value

Type: complex
Complex number exp(log(this) * exponent).
Remarks

If this instance is a than the result will be the complex number exp(log(a) * exponent).

[ILNumerics Core Module]

See Also

Reference