Click or drag to resize

NMathFunctionsPow(Single, FloatComplex) Method

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

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

Parameters

x  Single
A real number.
n  FloatComplex
A complex exponent.

Return Value

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