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

Annotation of OpenXM_contrib/pari/src/test/in/analyz, Revision 1.1.1.1

1.1       maekawa     1: \p 38
                      2: \e
                      3: sum(x=0,50000,x);
                      4: sum(x=1,1000,log(x));
                      5: sum(x=1,25,sum(y=1,100,x/y),0.0);
                      6: sum(x=1,100,sum(y=1,100,x/y,0.0));
                      7: getheap
                      8: print("Total time spent: ",gettime);
                      9: \q

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>