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

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

Revision 1.1.1.1 (vendor branch), Sun Jan 9 17:35:33 2000 UTC (24 years, 5 months ago) by maekawa
Branch: PARI_GP
CVS Tags: maekawa-ipv6, VERSION_2_0_17_BETA, RELEASE_20000124, RELEASE_1_2_3, RELEASE_1_2_2_KNOPPIX_b, RELEASE_1_2_2_KNOPPIX, RELEASE_1_2_2, RELEASE_1_2_1, RELEASE_1_1_3, RELEASE_1_1_2
Changes since 1.1: +0 -0 lines

Import PARI/GP 2.0.17 beta.

   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, 41]
? print("Total time spent: ",gettime);
Total time spent: 1577
? \q