ANIMA
4.0
|
#include <cmath>
#include <animaErrorFunctions.h>
#include <vector>
#include <limits>
#include <boost/math/quadrature/gauss.hpp>
Go to the source code of this file.
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) |