IMPOWER
Syntax:
IMPOWER ( complex-number , y )
Description: Computes the complex number complex-number raised to the power y.
Mathematical Formula:
where:
and:
and:
Arguments:
Name |
Type |
Description |
---|---|---|
complex-number |
text |
The complex number in x + yi or x + yj text format. |
y |
number |
The exponent to which complex-number is to be raised. |
Return Type and Value: text – A string containing complex-numbery, in x+yi or x+yj text format.
However, if complex-number is ill-formed, #NUM!
is returned.
example: