|
|
◆ cpow_sub()
| void cpow_sub |
( |
doublecomplex |
a, |
|
|
doublecomplex |
b, |
|
|
doublecomplex * |
pow |
|
) |
| |
Power of complex number
- Purpose
- cpow_sub computes power of complex number. cpow_sub is the subroutine version of C99 function cpow.
- Parameters
-
| [in] | a | Complex number a. |
| [in] | b | Complex number b. |
| [out] | pow | a ^ b. |
|