source: git/Tst/Wester/D.tst @ 41eaf02

spielwiese
Last change on this file since 41eaf02 was 2e49a5, checked in by Olaf Bachmann <obachman@…>, 23 years ago
* initial commit git-svn-id: file:///usr/local/Singular/svn/trunk@5001 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 196 bytes
Line 
1LIB "tst.lib"; tst_init();
2
3ring R = (0, y, t), x, lp;
4number s;
5
6tst_InitTimer();
7
8for (int i = 1; i<= 10; i++)
9{
10  s = s+t^i/(y + i*t)^i;
11}
12
13tst_ReportTimer("D");
14
15s;
16kill R;
17
18tst_status(1); $
19
Note: See TracBrowser for help on using the repository browser.