STIR  6.2.0
Namespaces
erf.h File Reference
#include "stir/common.h"
#include "stir/numerics/erf.inl"

Go to the source code of this file.

Namespaces

 stir
 Namespace for the STIR library (and some/most of its applications)
 

Functions

A collection of error functions.

The erf() is a high precision implementation of the error function. The erfc() is the complementary of the erf(), which should be equal to 1-erf(), but with higher precision when erf is close to 1.

Todo:
replace with boost::erf
double stir::erf (double)
 
double stir::erfc (double)
 

Detailed Description

Author
Charalampos Tsoumpas
Kris Thielemans