1cpow(3M)                Mathematical Library Functions                cpow(3M)
2
3
4

NAME

6       cpow, cpowf, cpowl - complex power functions
7

SYNOPSIS

9       c99 [ flag... ] file... -lm [ library... ]
10       #include <complex.h>
11
12       double complex cpow(double complex x, double complex y);
13
14
15       float complex cpowf(float complex x, float complex y);
16
17
18       long double complex cpowl(long double complex x,
19            long double complex y);
20
21

DESCRIPTION

23       These  functions  compute the complex power function x^y, with a branch
24       cut for the first parameter along the negative real axis.
25

RETURN VALUES

27       These functions return the complex power function value.
28

ERRORS

30       No errors are defined.
31

ATTRIBUTES

33       See attributes(5) for descriptions of the following attributes:
34
35
36
37
38       ┌─────────────────────────────┬─────────────────────────────┐
39       │      ATTRIBUTE TYPE         │      ATTRIBUTE VALUE        │
40       ├─────────────────────────────┼─────────────────────────────┤
41       │Interface Stability          │Standard                     │
42       ├─────────────────────────────┼─────────────────────────────┤
43       │MT-Level                     │MT-Safe                      │
44       └─────────────────────────────┴─────────────────────────────┘
45

SEE ALSO

47       cabs(3M), complex.h(3HEAD), csqrt(3M), attributes(5), standards(5)
48
49
50
51SunOS 5.11                        12 Jul 2006                         cpow(3M)
Impressum