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

Go to the source code of this file.

Macros

#define M_PI   3.14159265358979323846
 

Functions

double libgrpp_boys_function (int n, double x)
 
void libgrpp_boys_values (double x, int nmax, double *b)
 

Variables

const double boys_table [301][40]
 

Macro Definition Documentation

◆ M_PI

#define M_PI   3.14159265358979323846

Definition at line 18 of file grpp_specfunc_boys.c.

Function Documentation

◆ libgrpp_boys_function()

double libgrpp_boys_function ( int  n,
double  x 
)

Boys function

Definition at line 29 of file grpp_specfunc_boys.c.

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

◆ libgrpp_boys_values()

void libgrpp_boys_values ( double  x,
int  nmax,
double *  b 
)

Definition at line 53 of file grpp_specfunc_boys.c.

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

Variable Documentation

◆ boys_table

const double boys_table

Definition at line 61 of file grpp_specfunc_boys.c.