ILNumerics Ultimate VS

complexPow Method (Double, Double)

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Complex power - real basis, real exponent

[ILNumerics Core Module]

Namespace:  ILNumerics
Assembly:  ILNumerics.Core (in ILNumerics.Core.dll) Version: 5.5.0.0 (5.5.7503.3146)
Syntax

public static complex Pow(
	double basis,
	double exponent
)

Parameters

basis
Type: SystemDouble
Basis
exponent
Type: SystemDouble
Exponent

Return Value

Type: complex
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.

[ILNumerics Core Module]

See Also

Reference