ILNumerics.Net
Pow Method (input, exponent)

ILNumerics.Net - numeric computing and plotting for .NET

ILNumericscomplexPow(complex, Double)
ILNumerics.Net - numeric computing for .NET
complex power for real exponent
Declaration Syntax
C#Visual BasicVisual C++
public static complex Pow(
	complex input,
	double exponent
)
Public Shared Function Pow ( _
	input As complex, _
	exponent As Double _
) As complex
public:
static complex Pow(
	complex input, 
	double exponent
)
Parameters
input (complex)
basis
exponent (Double)
exponent
Return Value
result of input power exponent
Remarks
the computation will be carried out by

exp(log(input) * exponent)

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