ANIMA  4.0
Classes | Namespaces | Functions
animaErrorFunctions.h File Reference
#include "AnimaSpecialFunctionsExport.h"
+ Include dependency graph for animaErrorFunctions.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  anima::DawsonIntegrand
 

Namespaces

 anima
 

Functions

double anima::EvaluateDawsonFunction (double x)
 compute Dawson(x) = sqrt(pi)/2 * exp(-x^2) * erfi(x) More...
 
double anima::EvaluateDawsonFunctionNR (double x)
 Numerical recipes implementation of Dawson integral. More...
 
double anima::EvaluateDawsonIntegral (const double x, const bool scaled)
 
double anima::EvaluateWImFunction (double x)
 
double anima::EvaluateWImY100Function (double y100, double x)