Click or drag to resize

NMathFunctionsPow(FloatComplex, Int32) Method

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

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

Parameters

c  FloatComplex
A complex number.
n  Int32
An integer exponent.

Return Value

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