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

Overload List

NameDescription
Pow(Complex, Complex)
Returns the Complex x raised to the Complex y power.
Pow(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.

See Also