[Go to CFHT Home Page] Man Pages
Back to Software Index  BORDER=0Manpage Top Level
    erf(3M) manual page Table of Contents

Name

erf, erfc - error functions

Synopsis

cc [ flag ... ] file ... -lm [ library ... ]

#include <math.h>

double erf(double x);

double erfc(double x);

MT-Level

MT-Safe

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. }


Table of Contents