Click or drag to resize

ComplexMathPow Method (Complex, Double)

Raises a complex number to an arbitrary real power.

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

Parameters

z
Type: Meta.NumericsComplex
The argument.
r
Type: SystemDouble
The power.

Return Value

Type: Complex
The value of zr.
See Also