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

◆ cdpow_sub()

void cdpow_sub ( doublecomplex  a,
double  rb,
doublecomplex *  pow 
)

Power of complex number (real order)

Purpose
Computes power of complex number (real order). cdpow_sub is the subroutine version of cdpow.
Parameters
[in]aComplex number a.
[in]rbReal number rb.
[out]powa ^ rb.