Go to the first, previous, next, last section, table of contents.

Error Function

Function: double gsl_sf_erf (double x)
Function: int gsl_sf_erf_e (double x, gsl_sf_result * result)
These routines compute the error function @math{erf(x) = (2/\sqrt(\pi)) \int_0^x dt \exp(-t^2)}.


Go to the first, previous, next, last section, table of contents.