ILNumerics Ultimate VS

complexPow Method (complex, Double)

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Complex power for 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(
	complex input,
	double exponent
)

Parameters

input
Type: ILNumericscomplex
Basis
exponent
Type: SystemDouble
Exponent

Return Value

Type: complex
Result of input power exponent
Remarks

The computation will be carried out by

exp(log(input) * exponent)

[ILNumerics Core Module]

See Also

Reference