source: git/Tst/Old/lpowers.tst @ e706ff

spielwiese
Last change on this file since e706ff was 37cd955, checked in by Hans Schoenemann <hannes@…>, 14 years ago
pagelength removed git-svn-id: file:///usr/local/Singular/svn/trunk@13172 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 137 bytes
Line 
1ring r = 0,L,lp;
2poly q;
3for (int i = 2; i<1000; i=i+50)
4{
5  i;
6  q = 2L^i;
7}
82L^2000;
92L^5000;
102L^10000;
11LIB "tst.lib";tst_status(1);$.
Note: See TracBrowser for help on using the repository browser.