GBTOlib: library for evaluation of molecular integrals in mixed Gaussian / B-spline basis
111
|
Public Member Functions | |
real(kind=wp) function | wp_9gmic (A, X, ALX) |
DECK wp_9gmic ***BEGIN PROLOGUE wp_9gmic ***SUBSIDIARY ***PURPOSE Compute the complementary incomplete Gamma function for A near a negative integer and X small. ***LIBRARY SLATEC (FNLIB) ***CATEGORY C7E ***TYPE REAL(kind=wp) (R9GMIC-S, wp_9gmic-D) ***KEYWORDS COMPLEMENTARY INCOMPLETE GAMMA FUNCTION, FNLIB, SMALL X, SPECIAL FUNCTIONS ***AUTHOR Fullerton, W., (LANL) ***DESCRIPTION. More... | |
real(kind=ep1) function | ep_9gmic (A, X, ALX) |
Quad precision version of wp_9gmic. More... | |
real(kind=ep1) function special_functions_gbl::cfp_9gmic::ep_9gmic | ( | real(kind=ep1) | A, |
real(kind=ep1) | X, | ||
real(kind=ep1) | ALX | ||
) |
Quad precision version of wp_9gmic.
real(kind=wp) function special_functions_gbl::cfp_9gmic::wp_9gmic | ( | real(kind=wp) | A, |
real(kind=wp) | X, | ||
real(kind=wp) | ALX | ||
) |
DECK wp_9gmic ***BEGIN PROLOGUE wp_9gmic ***SUBSIDIARY ***PURPOSE Compute the complementary incomplete Gamma function for A near a negative integer and X small. ***LIBRARY SLATEC (FNLIB) ***CATEGORY C7E ***TYPE REAL(kind=wp) (R9GMIC-S, wp_9gmic-D) ***KEYWORDS COMPLEMENTARY INCOMPLETE GAMMA FUNCTION, FNLIB, SMALL X, SPECIAL FUNCTIONS ***AUTHOR Fullerton, W., (LANL) ***DESCRIPTION.
Compute the complementary incomplete gamma function for A near a negative integer and for small X.
***REFERENCES (NONE) ***ROUTINES CALLED F1MACH, cfp_lngam, XERMSG ***REVISION HISTORY (YYMMDD) 770701 DATE WRITTEN 890531 Changed all specific intrinsics to generic. (WRB) 890911 Removed unnecessary intrinsics. (WRB) 890911 REVISION DATE from Version 3.2 891214 Prologue converted to Version 4.0 format. (BAB) 900315 CALLs to XERROR changed to CALLs to XERMSG. (THJ) 900720 Routine changed from user-callable to subsidiary. (WRB) ***END PROLOGUE wp_9gmic