ILNumerics Ultimate VS

complexPow Method (Double)

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

Parameters

exponent
Type: SystemDouble
Exponent

Return Value

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

[ILNumerics Core Module]

See Also

Reference