ILNumerics Ultimate VS

complexPow Method (complex, 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 static complex Pow(
	complex basis,
	complex exponent
)

Parameters

basis
Type: ILNumericscomplex
Basis
exponent
Type: ILNumericscomplex
Exponent

Return Value

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

The result will be the complex number exp(log(basis) * exponent).

[ILNumerics Core Module]

See Also

Reference