ILNumerics Ultimate VS

fcomplexPow 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 fcomplex Pow(
	double basis,
	double exponent
)

Parameters

basis
Type: SystemDouble
Basis
exponent
Type: SystemDouble
Exponent

Return Value

Type: fcomplex
fcomplex number.
Remarks

The result will be a fcomplex number. For negative basis the basis will be converted to a fcomplex number and the power will be computed in the fcomplex plane.

[ILNumerics Core Module]

See Also

Reference