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

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

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

Imported pari-2.2.1(alpha).

\p 38
\e
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
print("Total time spent: ",gettime);
\q