Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Fully qualified name: Std.Math.PowC
function PowC(a : Complex, power : Complex) : Complex
Summary
Returns a number raised to a given power of type Complex
.
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