*nix Documentation Project
·  Home
 +   man pages
·  Linux HOWTOs
·  FreeBSD Tips
·  *niX Forums

  man pages->Linux man pages -> erf (3)              
Title
Content
Arch
Section
 

ERF(3)

Contents


NAME    [Toc]    [Back]

       erf, erfc - error function and complementary error function

SYNOPSIS    [Toc]    [Back]

       #include <math.h>

       double erf(double x);

       double erfc (double x);

DESCRIPTION    [Toc]    [Back]

       The erf() function returns the error function of x; defined as

       erf(x) = 2/sqrt(pi)* integral from 0 to x of exp(-t*t) dt

       The erfc() function returns the complementary error function of x, that
       is 1.0 - erf(x).

CONFORMING TO    [Toc]    [Back]

       SVID 3, BSD 4.3

SEE ALSO    [Toc]    [Back]

      
      
       exp(3)



BSD				  1993-06-25				ERF(3)
[ Back ]
 Similar pages
Name OS Title
erfcf OpenBSD error function operators
erf OpenBSD error function operators
erfc OpenBSD error function operators
matherr IRIX error-handling function
erfcf FreeBSD error function operators
erff FreeBSD error function operators
erfc FreeBSD error function operators
erf FreeBSD error function operators
erfc NetBSD error function operators
erf NetBSD error function operators
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service