OFFSET
1,1
COMMENTS
Also the location of the zero of the digamma function in the same interval.
LINKS
Wikipedia, Particular values of the Gamma function
E. Weisstein, Gamma Function, MathWorld.
EXAMPLE
Gamma(-2.6107208684441446500015377157..) = -0.8881363584012419200955280294..
MATHEMATICA
x /. FindRoot[ PolyGamma[0, x] == 0, {x, -5/2}, WorkingPrecision -> 105] // Abs // RealDigits // First (* Jean-François Alcover, Jan 21 2013 *)
PROG
(PARI) solve(x=2.6, 2.7, psi(-x)) \\ Charles R Greathouse IV, Jul 19 2013
CROSSREFS
KEYWORD
cons,nonn
AUTHOR
R. J. Mathar, May 25 2010
STATUS
approved