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

NAME

6       cacos, cacosf, cacosl - complex arc cosine
7

SYNOPSIS

9       #include <complex.h>
10
11       double complex cacos(double complex z);
12       float complex cacosf(float complex z);
13       long double complex cacosl(long double complex z);
14
15       Link with -lm.
16

DESCRIPTION

18       The  cacos()  function calculates the complex acos().  If y = cacos(z),
19       then z = ccos(y).  The real part of y is chosen in the interval [0,pi].
20
21       One has cacos(z) = -i clog(z+csqrt(z*z-1)).
22

CONFORMING TO

24       C99
25

SEE ALSO

27       ccos(3), clog(3), complex(7)
28
29
30
31                                  2002-07-28                          CACOS(3)
Impressum