IMSL C# Numerical Library

Complex.Pow Method (Complex, Double)

Returns the Complex z raised to the x power, with a branch cut for the first parameter (z) along the negative real axis.

public static Complex Pow(
   Complex z,
   double x
);

Parameters

z
A Complex object.
x
A double value.

Return Value

A newly constructed Complex initialized to z to the power x.

See Also

Complex Class | Imsl.Math Namespace | Complex.Pow Overload List