Click or drag to resize
ComplexPow Method
Returns the value of one number raised to a second number.
Overload List
  NameDescription
Public methodStatic memberPow(Complex, Complex)
Returns the Complex x raised to the Complex y power.
Public methodStatic memberPow(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.
Top
See Also