3 Apr
2008
3 Apr
'08
7:16 p.m.
On Thu, Apr 03, 2008 at 12:02:19PM +0200, Jens Vollinga wrote:
commit 70eaf7b7ad5250df07323b5a2e35803f69b33b14
I've applied this patch to ginac_1-3. The exam_inifcns_nstdsums fails now. The check which fails is: static unsigned inifcns_test_legacy() { Digits = 17; ex prec = 5 * pow(10, -(int)Digits); unsigned result = 0; ex r1 = zeta(lst(1,1,1,1,1,1),lst(-1,-1,-1,1,1,1)); if ((r1.evalf() - numeric("-0.0012588769028204890704")) > prec) { clog << "zeta({1,1,1,1,1,1},{-1,-1,-1,1,1,1}) seems to be wrong." << endl; clog << r1.evalf() << endl; result++; } return result; } So, something must be wrong: either the patch or the test. Any ideas? Best regards, Alexei -- All science is either physics or stamp collecting.