Click or drag to resize

ComplexMathPow Method

Overload List
 NameDescription
Public methodStatic memberPow(Complex, Double) Calculate the power of a complex number.
Public methodStatic memberPow(Complex, Int32) Calculates x^n by repeated multiplications. The algorithm takes ld(n) multiplications. This algorithm can also be used with negative n.
Public methodStatic memberPow(Complex, Complex) Returns a specified (complex valued) number raised to the specified (complex valued) power.
Public methodStatic memberPow(Complex32, Double) Calculate the power of a complex number
Public methodStatic memberPow(Double, Complex) Returns a specified (real valued) number raised to the specified (complex valued) power.
Top
See Also