Returns the value of one number raised to a second number.
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);
Complex Class | Imsl.Math Namespace | Exp | Log