◆ ep_gamlm()
subroutine special_functions_gbl::cfp_gamlm::ep_gamlm |
( |
real(kind=ep1) |
XMIN, |
|
|
real(kind=ep1) |
XMAX |
|
) |
| |
Quad precision version of wp_gamlm.
◆ wp_gamlm()
subroutine special_functions_gbl::cfp_gamlm::wp_gamlm |
( |
real(kind=wp) |
XMIN, |
|
|
real(kind=wp) |
XMAX |
|
) |
| |
***PURPOSE Compute the minimum and maximum bounds for the argument in
the Gamma function.
***LIBRARY SLATEC (FNLIB)
***CATEGORY C7A, R2
***TYPE REAL(kind=wp) (GAMLIM-S, wp_gamlm-D)
***KEYWORDS COMPLETE GAMMA FUNCTION, FNLIB, LIMITS, SPECIAL FUNCTIONS
***AUTHOR Fullerton, W., (LANL)
***DESCRIPTION
Calculate the minimum and maximum legal bounds for X in gamma(X).
XMIN and XMAX are not the only bounds, but they are the only non-
trivial ones to calculate.
Output Arguments --
XMIN REAL(kind=wp) minimum legal value of X in gamma(X). Any
smaller value of X might result in underflow.
XMAX REAL(kind=wp) maximum legal value of X in gamma(X). Any
larger value of X might cause overflow.
***REFERENCES (NONE)
***ROUTINES CALLED F1MACH, XERMSG
***REVISION HISTORY (YYMMDD)
770601 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)
The documentation for this interface was generated from the following file: