ILNumerics.Net
Pow Method (basis, exponent)

ILNumerics.Net - numeric computing and plotting for .NET

ILNumericscomplexPow(Double, Double)
ILNumerics.Net - numeric computing for .NET
complex power - real basis, real exponent
Declaration Syntax
C#Visual BasicVisual C++
public static complex Pow(
	double basis,
	double exponent
)
Public Shared Function Pow ( _
	basis As Double, _
	exponent As Double _
) As complex
public:
static complex Pow(
	double basis, 
	double exponent
)
Parameters
basis (Double)
basis
exponent (Double)
exponent
Return Value
complex number.
Remarks
The result will be a complex number. For negative basis the basis will be converted to a complex number and the power will be computed in the complex plane.

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