Click or drag to resize

NMathFunctionsPow(FloatComplex, FloatComplex) 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 FloatComplex Pow(
	FloatComplex c,
	FloatComplex n
)

Parameters

c  FloatComplex
A complex number.
n  FloatComplex
A complex exponent.

Return Value

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