ILNumerics.Net
Pow Method (basis, exponent)

ILNumerics.Net - numeric computing and plotting for .NET

ILNumericscomplexPow(complex, complex)
ILNumerics.Net - numeric computing for .NET
complex power - complex exponent
Declaration Syntax
C#Visual BasicVisual C++
public static complex Pow(
	complex basis,
	complex exponent
)
Public Shared Function Pow ( _
	basis As complex, _
	exponent As complex _
) As complex
public:
static complex Pow(
	complex basis, 
	complex exponent
)
Parameters
basis (complex)
basis
exponent (complex)
exponent
Return Value
complex number exp(log(basis) * exponent).
Remarks
The result will be the complex number exp(log(basis) * exponent).

Assembly: ILNumerics.Net (Module: ILNumerics.Net) Version: 1.4.1.1 (0.10.2.0)