1CPOW(3)                      complex math routines                     CPOW(3)
2
3
4

NAME

6       cpow, cpowf, cpowl - complex power function
7

SYNOPSIS

9       #include <complex.h>
10
11       double complex cpow(double complex x, complex double z);
12       float complex cpowf(float complex x, complex float z);
13       long  double  complex  cpowl(long double complex x, complex long double
14       z);
15
16       Link with -lm.
17

DESCRIPTION

19       The function calculates x raised to the power z.  (With  a  branch  cut
20       for x along the negative real axis.)
21

CONFORMING TO

23       C99
24

SEE ALSO

26       cabs(3), pow(3), complex(7)
27
28
29
30                                  2002-07-28                           CPOW(3)
Impressum