ILNumerics.Net
Pow Method (exponent)

ILNumerics.Net - numeric computing and plotting for .NET

ILNumericscomplexPow(complex)
ILNumerics.Net - numeric computing for .NET
complex power - complex exponent
Declaration Syntax
C#Visual BasicVisual C++
public complex Pow(
	complex exponent
)
Public Function Pow ( _
	exponent As complex _
) As complex
public:
complex Pow(
	complex exponent
)
Parameters
exponent (complex)
exponent
Return Value
complex number exp(log(this) * exponent).
Remarks
If this instance is a than the result will be the complex number exp(log(a) * exponent).

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