XLPack 7.0
XLPack Numerical Library (C API) Reference Manual
Loading...
Searching...
No Matches

◆ 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]aComplex number a.
[in]bComplex number b.
[out]powa ^ b.