1CERF(3)                    Linux Programmer's Manual                   CERF(3)
2
3
4

NAME

6       cerf, cerff, cerfl, cerfc, cerfcf, cerfcl - complex error function
7

SYNOPSIS

9       #include <complex.h>
10
11       double complex cerf(double complex z);
12       float complex cerff(float complex z);
13       long double complex cerfl(long double complex z);
14
15       double complex cerfc(double complex z);
16       float complex cerfcf(float complex z);
17       long double complex cerfcl(long double complex z);
18
19       Link with -lm.
20

DESCRIPTION

22       The (unimplemented) function cerf() is the complex version of the error
23       function.  erf(z) = 2/sqrt(pi) * integral from 0 to z of exp(-t*t)  dt.
24       The function cerfc() is defined as cerfc(z) = 1-cerf(z).
25

CONFORMING TO

27       The function names are reserved for future use in C99.
28

AVAILABILITY

30       Not yet in glibc, as at version 2.12.
31

SEE ALSO

33       erf(3), complex(7)
34

COLOPHON

36       This  page  is  part of release 3.53 of the Linux man-pages project.  A
37       description of the project, and information about reporting  bugs,  can
38       be found at http://www.kernel.org/doc/man-pages/.
39
40
41
42                                  2010-09-12                           CERF(3)
Impressum