Click or drag to resize

NMathFunctionsPow(DoubleComplex, DoubleComplex) Method

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

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

Parameters

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

Return Value

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