Click or drag to resize

NMathFunctionsPow(Double, DoubleComplex) 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 DoubleComplex Pow(
	double x,
	DoubleComplex n
)

Parameters

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

Return Value

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