Computes the complex power.
#include <complex.h> double complex cpow (x, y) double complex x; double complex y; float complex cpowf (x, y) float complex x; float complex y; long double complex cpowl (x, y) long double complex x; long double complex y;
The cpow, cpowf, and cpowl subroutines compute the complex power function xy , with a branch cut for the first parameter along the negative real axis.
x | Specifies the base value. |
y | Specifies the power the base value is raised to. |
The cpow, cpowf, and cpowl subroutines return the complex power function value.
cabs, cabsf, or cabsl Subroutine and csqrt, csqrtf, or csqrtl Subroutine
math.h in AIX 5L Version 5.2 Files Reference.