source: git/Tst/Wester/A.tst @ 1ebec3

spielwiese
Last change on this file since 1ebec3 was 96b106, checked in by Hans Schoenemann <hannes@…>, 14 years ago
some syntax fix for Wester tests git-svn-id: file:///usr/local/Singular/svn/trunk@12811 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 225 bytes
Line 
1LIB "tst.lib"; tst_init();
2LIB "general.lib";
3ring r = 0,x,lp;
4int i;
5number p;
6
7
8tst_InitTimer();
9
10for (i=1; i<=100; i++)
11{
12  p = factorial(1000+i)/factorial(900+i);
13}
14
15tst_ReportTimer("A");
16p;
17kill r, i;
18
19tst_status(1); $
20
Note: See TracBrowser for help on using the repository browser.