[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.1

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
        !             8: [4, 40]
        !             9: ? print("Total time spent: ",gettime);
        !            10: Total time spent: 1444
        !            11: ? \q

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