5 Apr
2004
5 Apr
'04
3:25 p.m.
Hi. On Mon, Apr 05, 2004 at 05:11:39PM +0400, Sheplyakov Alexei wrote:
Hello! My naive expectations are: 1) first and second lines should be the same 2) third line should be Order(epsilon)
But the output is:
tgamma(2-epsilon)*tgamma(3-epsilon)^(-1)*epsilon^2+tgamma(2-epsilon)*tgamma(3-epsilon)^(-1)*epsilon^(-1) = Order(epsilon^(-1)) tgamma(2-epsilon)*tgamma(3-epsilon)^(-1)*epsilon^(-1) = 1/2*epsilon^(-1)+1/4+Order(epsilon) tgamma(2-epsilon)*tgamma(3-epsilon)^(-1)*epsilon^2 = Order(epsilon^(-1))
Is this a bug or a feature?
It's a bug, but it has already been fixed in CVS. Bye, Jens