source: git/Tst/Wester/A.tst @ 2e49a5

spielwiese
Last change on this file since 2e49a5 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: 230 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,0)/factorial(900+i, 0);
13}
14
15tst_ReportTimer("A");
16p;
17kill r, i;
18
19tst_status(1); $
20
Note: See TracBrowser for help on using the repository browser.