GBTOlib: library for evaluation of molecular integrals in mixed Gaussian / B-spline basis
111
|
Public Member Functions | |
real(kind=wp) function | wp_9lgic (A, X, ALX) |
DECK wp_9lgic ***BEGIN PROLOGUE wp_9lgic ***SUBSIDIARY ***PURPOSE Compute the log complementary incomplete Gamma function for large X and for A .LE. X. ***LIBRARY SLATEC (FNLIB) ***CATEGORY C7E ***TYPE REAL(kind=wp) (R9LGIC-S, wp_9lgic-D) ***KEYWORDS COMPLEMENTARY INCOMPLETE GAMMA FUNCTION, FNLIB, LARGE X, LOGARITHM, SPECIAL FUNCTIONS ***AUTHOR Fullerton, W., (LANL) ***DESCRIPTION. More... | |
real(kind=ep1) function | ep_9lgic (A, X, ALX) |
Quad precision version of wp_9lgic. More... | |
real(kind=ep1) function special_functions_gbl::cfp_9lgic::ep_9lgic | ( | real(kind=ep1) | A, |
real(kind=ep1) | X, | ||
real(kind=ep1) | ALX | ||
) |
Quad precision version of wp_9lgic.
real(kind=wp) function special_functions_gbl::cfp_9lgic::wp_9lgic | ( | real(kind=wp) | A, |
real(kind=wp) | X, | ||
real(kind=wp) | ALX | ||
) |
DECK wp_9lgic ***BEGIN PROLOGUE wp_9lgic ***SUBSIDIARY ***PURPOSE Compute the log complementary incomplete Gamma function for large X and for A .LE. X. ***LIBRARY SLATEC (FNLIB) ***CATEGORY C7E ***TYPE REAL(kind=wp) (R9LGIC-S, wp_9lgic-D) ***KEYWORDS COMPLEMENTARY INCOMPLETE GAMMA FUNCTION, FNLIB, LARGE X, LOGARITHM, SPECIAL FUNCTIONS ***AUTHOR Fullerton, W., (LANL) ***DESCRIPTION.
Compute the log complementary incomplete gamma function for large X and for A .LE. X.
***REFERENCES (NONE) ***ROUTINES CALLED F1MACH, XERMSG ***REVISION HISTORY (YYMMDD) 770701 DATE WRITTEN 890531 Changed all specific intrinsics to generic. (WRB) 890531 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_9lgic