Geant4
10.02.p02
|
#include "nf_specialFunctions.h"
Go to the source code of this file.
Functions | |
double | nf_incompleteGammaFunctionComplementary (double a, double x, nfu_status *status) |
double | nf_incompleteGammaFunction (double a, double x, nfu_status *status) |
Variables | |
static double | big = 4.503599627370496e15 |
static double | biginv = 2.22044604925031308085e-16 |
double nf_incompleteGammaFunction | ( | double | a, |
double | x, | ||
nfu_status * | status | ||
) |
Definition at line 155 of file nf_incompleteGammaFunctions.cc.
References a, DBL_EPSILON, G4Exp(), G4Log(), isfinite, nf_gammaFunction(), and nf_incompleteGammaFunctionComplementary().
Referenced by MCGIDI_energy_parseMadlandNixFromTOM_callback_g(), and nf_incompleteGammaFunctionComplementary().
double nf_incompleteGammaFunctionComplementary | ( | double | a, |
double | x, | ||
nfu_status * | status | ||
) |
Definition at line 88 of file nf_incompleteGammaFunctions.cc.
References a, biginv, DBL_EPSILON, G4Exp(), G4Log(), isfinite, nf_gammaFunction(), nf_incompleteGammaFunction(), x, and z.
Referenced by MCGIDI_energy_parseMadlandNixFromTOM_callback_g(), and nf_incompleteGammaFunction().
|
static |
Definition at line 82 of file nf_incompleteGammaFunctions.cc.
|
static |
Definition at line 83 of file nf_incompleteGammaFunctions.cc.
Referenced by nf_incompleteGammaFunctionComplementary().