IMSL C# Numerical Library

Complex.Pow Method

Returns the value of one number raised to a second number.

Overload List

Returns the Complex x raised to the Complex y power.

public static Complex Pow(Complex,Complex);

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,double);

See Also

Complex Class | Imsl.Math Namespace | Exp | Log