Click or drag to resize

NMathFunctionsPow(DoubleComplex, Double) Method

Calculates the result of raising a complex number to a real power.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public static DoubleComplex Pow(
	DoubleComplex c,
	double n
)

Parameters

c  DoubleComplex
A complex number.
n  Double
A real exponent.

Return Value

DoubleComplex
The result of raising c to the n power.
See Also