Return to analyz CVS log | Up to [local] / OpenXM_contrib / pari / src / test / 32 |
1.1 maekawa 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, 41] 9: ? print("Total time spent: ",gettime); 10: Total time spent: 1577 11: ? \q