PowCP function

Fully qualified name: Std.Math.PowCP

function PowCP(a : ComplexPolar, power : ComplexPolar) : ComplexPolar

Summary

Returns a number raised to a given power of type ComplexPolar. Note that this is a multi-valued function, but only one value is returned.

Input

a

The number a that is to be raised.

power

The power b to which a should be raised.

Output

The power a^b