*DECK R9LGMC FUNCTION R9LGMC (X) C***BEGIN PROLOGUE R9LGMC C***SUBSIDIARY C***PURPOSE Compute the log Gamma correction factor so that C LOG(GAMMA(X)) = LOG(SQRT(2*PI)) + (X-.5)*LOG(X) - X C + R9LGMC(X). C***LIBRARY SLATEC (FNLIB) C***CATEGORY C7E C***TYPE SINGLE PRECISION (R9LGMC-S, D9LGMC-D, C9LGMC-C) C***KEYWORDS COMPLETE GAMMA FUNCTION, CORRECTION TERM, FNLIB, C LOG GAMMA, LOGARITHM, SPECIAL FUNCTIONS C***AUTHOR Fullerton, W., (LANL) C***DESCRIPTION C C Compute the log gamma correction factor for X .GE. 10.0 so that C LOG (GAMMA(X)) = LOG(SQRT(2*PI)) + (X-.5)*LOG(X) - X + R9LGMC(X) C C Series for ALGM on the interval 0. to 1.00000D-02 C with weighted error 3.40E-16 C log weighted error 15.47 C significant figures required 14.39 C decimal places required 15.86 C C***REFERENCES (NONE) C***ROUTINES CALLED CSEVL, INITS, R1MACH, XERMSG C***REVISION HISTORY (YYMMDD) C 770801 DATE WRITTEN C 890531 Changed all specific intrinsics to generic. (WRB) C 890531 REVISION DATE from Version 3.2 C 891214 Prologue converted to Version 4.0 format. (BAB) C 900315 CALLs to XERROR changed to CALLs to XERMSG. (THJ) C 900720 Routine changed from user-callable to subsidiary. (WRB) C***END PROLOGUE R9LGMC