Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ erf(3M) — UTek 4.0

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

intro(3m)



ERF(3M)                 COMMAND REFERENCE                 ERF(3M)



NAME
     erf, erfc - error functions

SYNOPSIS
     #include <math.h>

     double erf (x)
     double x;

     double erfc (x)
     double x;

DESCRIPTION
     Erf (x) returns the error function of x; where

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

          erfc (x)
                = 1 - erf (x)

     The entry for erfc is provided because of the extreme loss
     of relative accuracy if erf (x) is called for large x and
     the result subtracted from 1.  (e.g. for x = 10, 12 places
     are lost).

FILES
     /usr/lib/libm.a
                    Mathematical library functions.

SEE ALSO
     intro(3m).






















Printed 4/6/89                                                  1





































































%%index%%
na:240,79;
sy:319,756;
de:1075,825;
fi:1900,152;
se:2052,128;
%%index%%000000000095

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026