Return to analyz CVS log | Up to [local] / OpenXM_contrib / pari-2.2 / src / test / 64 |
1.1 noro 1: echo = 1 (on) 2: ? sum(x=0,50000,x); 3: ? sum(x=1,1000,log(x)); 4: ? sum(x=1,25,sum(y=1,100,x/y),0.0); 5: ? sum(x=1,100,sum(y=1,100,x/y,0.0)); 6: ? getheap 7: [4, 34] 8: ? print("Total time spent: ",gettime); 9: Total time spent: 619 10: ? \q