[BACK]Return to analyz CVS log [TXT][DIR] Up to [local] / OpenXM_contrib / pari-2.2 / src / test / 32

File: [local] / OpenXM_contrib / pari-2.2 / src / test / 32 / Attic / analyz (download)

Revision 1.1.1.1 (vendor branch), Tue Oct 2 11:17:12 2001 UTC (22 years, 9 months ago) by noro
Branch: NORO
CVS Tags: RELEASE_1_2_1, PARI_2_2
Changes since 1.1: +0 -0 lines

Imported pari-2.2.1(alpha).

   realprecision = 38 significant digits
   echo = 1 (on)
? sum(x=0,50000,x);
? sum(x=1,1000,log(x));
? sum(x=1,25,sum(y=1,100,x/y),0.0);
? sum(x=1,100,sum(y=1,100,x/y,0.0));
? getheap
[4, 40]
? print("Total time spent: ",gettime);
Total time spent: 1444
? \q