Click or drag to resize

ComplexMathPow Method (Complex, Complex)

Raises a complex number to a complex power.

Namespace:  Meta.Numerics
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public static Complex Pow(
	Complex z,
	Complex r
)

Parameters

z
Type: Meta.NumericsComplex
The base.
r
Type: Meta.NumericsComplex
The exponent.

Return Value

Type: Complex
The value of zr.
See Also