![]() |
(git:ab76537)
|
Go to the source code of this file.
Macros | |
| #define | M_PI 3.1415926535897932384626433 |
Functions | |
| static double | gfun_taylor (int n, double x) |
| void | libgrpp_gfun_values (double x, int nmax, double *g) |
| #define M_PI 3.1415926535897932384626433 |
Definition at line 33 of file grpp_specfunc_gfun.c.
|
static |
Calculates value of the Gn(x) auxiliary function using the Taylor expansion. The Taylor series converges for x <= 30.
Definition at line 74 of file grpp_specfunc_gfun.c.
| void libgrpp_gfun_values | ( | double | x, |
| int | nmax, | ||
| double * | g | ||
| ) |
Calculates values of the Gn(x) auxiliary function for n = 0, ..., nmax and stores them into the g[] array.
Definition at line 45 of file grpp_specfunc_gfun.c.