|
From: Andrey G. G. <A.G...@in...> - 2015-10-15 14:31:38
|
On Thu, 15 Oct 2015, Andrey G. Grozin wrote: > It does not help if f(0) is not integer. If f(0) is half-integer, it's also easy: first use gamma(x) = pi^(1/2)*2^(1-2*x)*gamma(2*x)/gamma(x+1/2) Both gamma functions in the rhs can be expanded by the described algorithm. Andrey |