Click or drag to resize

ComplexMath.Pow 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.Numerics.Complex
The argument.
r
Type: System.Double
The power.

Return Value

Type: Complex
The value of zr.
See Also