#include <float.h>
#include <math.h>
#include "grpp_specfunc.h"
Go to the source code of this file.
◆ M_PI
#define M_PI 3.1415926535897932384626433 |
◆ Asymptotic_Expansion_Cutoff
#define Asymptotic_Expansion_Cutoff 50 |
◆ xChebyshev_Tn_Series()
static long double xChebyshev_Tn_Series |
( |
long double |
x, |
|
|
long double |
a[], |
|
|
int |
degree |
|
) |
| |
|
static |
◆ libgrpp_Dawsons_Integral()
double libgrpp_Dawsons_Integral |
( |
double |
x | ) |
|
◆ xDawsons_Integral()
long double xDawsons_Integral |
( |
long double |
x | ) |
|
◆ Dawson_Power_Series()
static long double Dawson_Power_Series |
( |
long double |
x | ) |
|
|
static |
◆ Dawson_Chebyshev_Expansion_1_175()
static long double Dawson_Chebyshev_Expansion_1_175 |
( |
long double |
x | ) |
|
|
static |
◆ Dawson_Chebyshev_Expansion_175_250()
static long double Dawson_Chebyshev_Expansion_175_250 |
( |
long double |
x | ) |
|
|
static |
◆ Dawson_Chebyshev_Expansion_250_325()
static long double Dawson_Chebyshev_Expansion_250_325 |
( |
long double |
x | ) |
|
|
static |
◆ Dawson_Chebyshev_Expansion_325_425()
static long double Dawson_Chebyshev_Expansion_325_425 |
( |
long double |
x | ) |
|
|
static |
◆ Dawson_Chebyshev_Expansion_425_550()
static long double Dawson_Chebyshev_Expansion_425_550 |
( |
long double |
x | ) |
|
|
static |
◆ Dawson_Chebyshev_Expansion_550_725()
static long double Dawson_Chebyshev_Expansion_550_725 |
( |
long double |
x | ) |
|
|
static |
◆ Dawson_Asymptotic_Expansion()
static long double Dawson_Asymptotic_Expansion |
( |
long double |
x | ) |
|
|
static |