ILNumerics.Net
Pow Method (exponent)

ILNumerics.Net - numeric computing and plotting for .NET

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

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