7.3.8.2 The cpow functions

Synopsis

1

#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

2

The cpow functions compute the complex power function xy , with a branch cut for the first parameter along the negative real axis.

Returns

3

The cpow functions return the complex power function value.