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

  man pages->Tru64 Unix man pages -> erfc (3)              
Title
Content
Arch
Section
 

erf(3)

Contents


NAME    [Toc]    [Back]

       erf, erfc - Error functions

SYNOPSIS    [Toc]    [Back]

       #include <math.h>

       double erf(
               double x ); float erff(
               float x ); long double erfl(
               long double x ); double erfc(
               double x ); float erfcf(
               float x ); long double erfcl(
               long double x );

LIBRARY    [Toc]    [Back]

       Math Library (libm)

STANDARDS    [Toc]    [Back]

       Interfaces  documented  on  this reference page conform to
       industry standards as follows:

       erf():  XPG4

       erfc():  XPG4

       Refer to the standards(5) reference page for more information
 about industry standards and associated tags.

DESCRIPTION    [Toc]    [Back]

       The  erf(),  erff(), and erfl() functions return the error
       function of x, where erf(x), erff(x),  and  erfl(x)  equal
       (2/sqrt(pi))  times  the  area  under the curve e**(-t**2)
       between 0 and x.

       The erfc(), erfcf(),  and erfcl() functions return (1.0  -
       erf(x)). The erfc() function can result in an underflow as
       x gets large.



                                                           erf(3)
[ Back ]
 Similar pages
Name OS Title
krb5_verrx OpenBSD Heimdal warning and error functions
krb5_vwarnx OpenBSD Heimdal warning and error functions
krb5_err FreeBSD Heimdal warning and error functions
krb5_warn FreeBSD Heimdal warning and error functions
krb5_errx NetBSD Heimdal warning and error functions
krb5_warn OpenBSD Heimdal warning and error functions
krb5_warnx OpenBSD Heimdal warning and error functions
krb5_vwarn FreeBSD Heimdal warning and error functions
krb5_err NetBSD Heimdal warning and error functions
krb5_verrx FreeBSD Heimdal warning and error functions
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service