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

Annotation of OpenXM_contrib/pari-2.2/src/test/32/analyz, Revision 1.2

1.1       noro        1:    realprecision = 38 significant digits
                      2:    echo = 1 (on)
                      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
1.2     ! noro        8: [5, 51]
1.1       noro        9: ? print("Total time spent: ",gettime);
1.2     ! noro       10: Total time spent: 120
1.1       noro       11: ? \q

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