7.3.8.2 The cpow functions
Synopsis
#include <complex.h>
double complex cpow(double complex x, double complex y);
float complex cpowf(float complex x, float complex y);
long double complex cpowl(long double complex x,
long double complex y);
Description
The cpow functions compute the complex power function xy , with a branch cut for the first parameter along the negative real axis.
Returns
The cpow functions return the complex power function value.