Hello, I'm just curious about your recent change: http://mail.python.org/pipermail/python-checkins/2009-February/079036.html > Author: raymond.hettinger > Date: Thu Feb 19 10:53:18 2009 > New Revision: 69771 >> Log: > Inline coefficients in gamma(). Add reflection formula. Add comments. >> Modified: > python/branches/py3k/Lib/test/test_random.py why are the coefficients slightly different from http://en.wikipedia.org/wiki/Lanczos_approximation#Simple_implementation (another python implementation)? Regards, -- Amaury Forgeot d'Arc