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

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

Revision 1.2, Wed Sep 11 07:27:11 2002 UTC (21 years, 9 months ago) by noro
Branch: MAIN
CVS Tags: RELEASE_1_2_3, RELEASE_1_2_2_KNOPPIX_b, RELEASE_1_2_2_KNOPPIX, RELEASE_1_2_2
Changes since 1.1: +2 -2 lines

Upgraded pari-2.2 to pari-2.2.4.

   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
[5, 43]
? print("Total time spent: ",gettime);
Total time spent: 560
? \q