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

NAME

6       casin, casinf, casinl - complex arc sine
7

SYNOPSIS

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

DESCRIPTION

18       The  casin()  function calculates the complex asin().  If y = casin(z),
19       then z = csin(y).  The real  part  of  y  is  chosen  in  the  interval
20       [-pi/2,pi/2].
21
22       One has casin(z) = -i clog(iz+csqrt(1-z*z)).
23

CONFORMING TO

25       C99
26

SEE ALSO

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