(git:b77b4be)
Loading...
Searching...
No Matches
grpp_specfunc_dawson.c File Reference
#include <float.h>
#include <math.h>
#include "grpp_specfunc.h"

Go to the source code of this file.

Macros

#define M_PI   3.1415926535897932384626433
 
#define Asymptotic_Expansion_Cutoff   50
 

Functions

static long double xChebyshev_Tn_Series (long double x, long double a[], int degree)
 
double libgrpp_Dawsons_Integral (double x)
 
long double xDawsons_Integral (long double x)
 
static long double Dawson_Power_Series (long double x)
 
static long double Dawson_Chebyshev_Expansion_1_175 (long double x)
 
static long double Dawson_Chebyshev_Expansion_175_250 (long double x)
 
static long double Dawson_Chebyshev_Expansion_250_325 (long double x)
 
static long double Dawson_Chebyshev_Expansion_325_425 (long double x)
 
static long double Dawson_Chebyshev_Expansion_425_550 (long double x)
 
static long double Dawson_Chebyshev_Expansion_550_725 (long double x)
 
static long double Dawson_Asymptotic_Expansion (long double x)
 

Macro Definition Documentation

◆ M_PI

#define M_PI   3.1415926535897932384626433

Definition at line 18 of file grpp_specfunc_dawson.c.

◆ Asymptotic_Expansion_Cutoff

#define Asymptotic_Expansion_Cutoff   50

Definition at line 43 of file grpp_specfunc_dawson.c.

Function Documentation

◆ xChebyshev_Tn_Series()

static long double xChebyshev_Tn_Series ( long double  x,
long double  a[],
int  degree 
)
static

Definition at line 549 of file grpp_specfunc_dawson.c.

Here is the caller graph for this function:

◆ libgrpp_Dawsons_Integral()

double libgrpp_Dawsons_Integral ( double  x)

Definition at line 83 of file grpp_specfunc_dawson.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ xDawsons_Integral()

long double xDawsons_Integral ( long double  x)

Definition at line 109 of file grpp_specfunc_dawson.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ Dawson_Power_Series()

static long double Dawson_Power_Series ( long double  x)
static

Definition at line 153 of file grpp_specfunc_dawson.c.

Here is the caller graph for this function:

◆ Dawson_Chebyshev_Expansion_1_175()

static long double Dawson_Chebyshev_Expansion_1_175 ( long double  x)
static

Definition at line 197 of file grpp_specfunc_dawson.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ Dawson_Chebyshev_Expansion_175_250()

static long double Dawson_Chebyshev_Expansion_175_250 ( long double  x)
static

Definition at line 242 of file grpp_specfunc_dawson.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ Dawson_Chebyshev_Expansion_250_325()

static long double Dawson_Chebyshev_Expansion_250_325 ( long double  x)
static

Definition at line 287 of file grpp_specfunc_dawson.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ Dawson_Chebyshev_Expansion_325_425()

static long double Dawson_Chebyshev_Expansion_325_425 ( long double  x)
static

Definition at line 332 of file grpp_specfunc_dawson.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ Dawson_Chebyshev_Expansion_425_550()

static long double Dawson_Chebyshev_Expansion_425_550 ( long double  x)
static

Definition at line 379 of file grpp_specfunc_dawson.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ Dawson_Chebyshev_Expansion_550_725()

static long double Dawson_Chebyshev_Expansion_550_725 ( long double  x)
static

Definition at line 424 of file grpp_specfunc_dawson.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ Dawson_Asymptotic_Expansion()

static long double Dawson_Asymptotic_Expansion ( long double  x)
static

Definition at line 479 of file grpp_specfunc_dawson.c.

Here is the caller graph for this function: