| Name | Description |
---|
| Pow(Complex, Double) |
Calculate the power of a complex number.
|
| Pow(Complex, Int32) |
Calculates x^n by repeated multiplications. The algorithm takes ld(n) multiplications.
This algorithm can also be used with negative n.
|
| Pow(Complex, Complex) |
Returns a specified (complex valued) number raised to the specified (complex valued) power.
|
| Pow(Complex32, Double) |
Calculate the power of a complex number
|
| Pow(Double, Complex) |
Returns a specified (real valued) number raised to the specified (complex valued) power.
|